CRMPresenter.LoadArea Method
Loads a specific area from CRM.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As CRMPresenter
Dim frame As String
Dim area As String
instance.LoadArea(frame, area)
Syntax
'Declaration
Public Sub LoadArea ( _
frame As String, _
area As String _
)
public void LoadArea (
string frame,
string area
)
public:
void LoadArea (
String^ frame,
String^ area
)
public void LoadArea (
String frame,
String area
)
public function LoadArea (
frame : String,
area : String
)
Parameters
- frame
Specifies the name of the frame. If no name is specified, the first frame found on the page is targeted.
- area
Specifies the name of the area to click in the navigation pane (such as Sales, Service, and Marketing).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
CRMPresenter Class
CRMPresenter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.