Share via


WorkflowAncestorReferenceExpression constructor (String)

Initializes a new instance of the WorkflowAncestorReferenceExpression class with the specified qualified type name.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Sub New ( _
    qualifiedName As String _
)
'Usage
Dim qualifiedName As String

Dim instance As New WorkflowAncestorReferenceExpression(qualifiedName)
public WorkflowAncestorReferenceExpression(
    string qualifiedName
)

Parameters

Remarks

The qualifiedName should be equivalent to the value of an AssemblyQualifiedName property.

See also

Reference

WorkflowAncestorReferenceExpression class

WorkflowAncestorReferenceExpression members

WorkflowAncestorReferenceExpression overload

Microsoft.SharePoint.WorkflowActions namespace