Compartilhar via


CRMPresenter.StartDialog Method

Starts a CRM dialog within Unified Service Desk.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As CRMPresenter
Dim parameter As String

instance.StartDialog(parameter)

Syntax

'Declaration
Public Sub StartDialog ( _
    parameter As String _
)
public void StartDialog (
    string parameter
)
public:
void StartDialog (
    String^ parameter
)
public void StartDialog (
    String parameter
)
public function StartDialog (
    parameter : String
)

Parameters

  • parameter
    The parameter can be the Name of the dialog, DialogId, Entity that the dialog is to be run against or ID of the entity to which the dialog session applies.

Remarks

This action takes several parameters but for dialogs that do not relate to a specific record, you can just specify the Name parameter.

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.