Share via


WorkflowDeploymentService.GetActivitySignatures method

Returns an XML representation of a collection of XAML class signatures for workflow definitions.

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

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public MustOverride Function GetActivitySignatures ( _
    lastChanged As DateTime _
) As IDictionary(Of String, String)
'Usage
Dim instance As WorkflowDeploymentService
Dim lastChanged As DateTime
Dim returnValue As IDictionary(Of String, String)

returnValue = instance.GetActivitySignatures(lastChanged)
[ClientCallableMethodAttribute]
public abstract IDictionary<string, string> GetActivitySignatures(
    DateTime lastChanged
)

Parameters

  • lastChanged
    Type: System.DateTime

    DateTime value representing the latest changes; class signatures older than this time are excluded from the result set.

Return value

Type: System.Collections.Generic.IDictionary<String, String>
Returns an IDictionary collection of class names and XAML class signatures.

See also

Reference

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace