WorkflowDeploymentService.ValidateActivity method

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public Overridable Function ValidateActivity ( _
    activityXaml As String _
) As ClientResult(Of String)
'Usage
Dim instance As WorkflowDeploymentService
Dim activityXaml As String
Dim returnValue As ClientResult(Of String)

returnValue = instance.ValidateActivity(activityXaml)
public virtual ClientResult<string> ValidateActivity(
    string activityXaml
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>

See also

Reference

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.Client.WorkflowServices namespace