ImportExtension.GetProcessId Method (String, Boolean)
Applies To: Dynamics CRM 2015
Gets the Id for a Dialog by Name.
Namespace: Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly: Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase (in Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll)
Syntax
protected Guid GetProcessId(
string name,
bool isDialog
)
protected:
Guid GetProcessId(
String^ name,
bool isDialog
)
member GetProcessId :
name:string *
isDialog:bool -> Guid
Protected Function GetProcessId (
name As String,
isDialog As Boolean
) As Guid
Parameters
name
Type: System.StringDialog name
isDialog
Type: System.BooleanVerify is it dailog or not.
Return Value
Type: System.Guid
Process id.
See Also
ImportExtension Class
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright