WorkflowData.WorkflowDataInXml Method
Forms an XML of the workflow content.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As WorkflowData
Dim sessionId As Guid
Dim workflowStatus As Integer
Dim activatedStepId As Guid
Dim returnValue As String
returnValue = instance.WorkflowDataInXml(sessionId, workflowStatus, activatedStepId)
Syntax
'Declaration
Public Function WorkflowDataInXml ( _
sessionId As Guid, _
workflowStatus As Integer, _
activatedStepId As Guid _
) As String
public string WorkflowDataInXml (
Guid sessionId,
int workflowStatus,
Guid activatedStepId
)
public:
String^ WorkflowDataInXml (
Guid sessionId,
int workflowStatus,
Guid activatedStepId
)
public String WorkflowDataInXml (
Guid sessionId,
int workflowStatus,
Guid activatedStepId
)
public function WorkflowDataInXml (
sessionId : Guid,
workflowStatus : int,
activatedStepId : Guid
) : String
Parameters
- sessionId
Specifies the active session ID
- workflowStatus
Specifies the workflow status
- activatedStepId
Specifies the active workflow step ID.
Return Value
Type: Boolean
True if the XML is created successfully, otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
WorkflowData Class
WorkflowData Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.