Compartir a través de


ImportExtension.GetProcessId(String, Boolean) Method

Definition

Gets the Id for a Dialog by Name.

protected:
 Guid GetProcessId(System::String ^ name, bool isDialog);
protected Guid GetProcessId (string name, bool isDialog);
member this.GetProcessId : string * bool -> Guid
Protected Function GetProcessId (name As String, isDialog As Boolean) As Guid

Parameters

name
String

Dialog name

isDialog
Boolean

Verify is it dailog or not.

Returns

Process id.

Applies to