Delen via


SharePointSequentialWorkflowDesigner.IsSupportedActivityType Method

Returns a value that indicates whether the specified activity type is supported if the activity designer is a root designer.

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

Syntax

'Declaration
Protected Overrides Function IsSupportedActivityType ( _
    activityType As Type _
) As Boolean
'Usage
Dim activityType As Type
Dim returnValue As Boolean

returnValue = Me.IsSupportedActivityType(activityType)
protected override bool IsSupportedActivityType(
    Type activityType
)

Parameters

  • activityType
    Type: System.Type

    The type of the activity to check.

Return Value

Type: System.Boolean
true if activity type is a supported activity; otherwise, the value is false.

See Also

Reference

SharePointSequentialWorkflowDesigner Class

SharePointSequentialWorkflowDesigner Members

Microsoft.SharePoint.WorkflowActions Namespace