WorkflowDeploymentService.GetActivitySignatures method

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

Syntax

'Declaration
Public Overridable Function GetActivitySignatures ( _
    lastChanged As DateTime _
) As ClientResult(Of IDictionary(Of String, String))
'Usage
Dim instance As WorkflowDeploymentService
Dim lastChanged As DateTime
Dim returnValue As ClientResult(Of IDictionary(Of String, String))

returnValue = instance.GetActivitySignatures(lastChanged)
public virtual ClientResult<IDictionary<string, string>> GetActivitySignatures(
    DateTime lastChanged
)

Parameters

Return value

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

See also

Reference

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.Client.WorkflowServices namespace