SPWorkflowAssociation.ExportToXml Method
Gets a string that contains the state of all members of the class in XML format.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Function ExportToXml As String
'Usage
Dim instance As SPWorkflowAssociation
Dim returnValue As String
returnValue = instance.ExportToXml()
public string ExportToXml()
Return Value
Type: System.String
An XML string that contains the state of all persisted properties of the association.