WorkflowAncestorReferenceExpression constructor (String, String)
Initializes a new instance of the WorkflowAncestorReferenceExpression class with the specified ancestor activity name and the fully qualified type name.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Sub New ( _
ancestorName As String, _
typeName As String _
)
'Usage
Dim ancestorName As String
Dim typeName As String
Dim instance As New WorkflowAncestorReferenceExpression(ancestorName, _
typeName)
public WorkflowAncestorReferenceExpression(
string ancestorName,
string typeName
)
Parameters
ancestorName
Type: System.StringThe specified ancestor activity name.
typeName
Type: System.StringThe fully qualified type name.
Remarks
The typeName should be equivalent to the value of an AssemblyQualifiedName property.
See also
Reference
WorkflowAncestorReferenceExpression class
WorkflowAncestorReferenceExpression members