WorkflowData.SetPendingWorkflowData Method (String)
Sets the pending workflow.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As WorkflowData
Dim pendingWorkflowData As String
Dim returnValue As Boolean
returnValue = instance.SetPendingWorkflowData(pendingWorkflowData)
Syntax
'Declaration
Public Function SetPendingWorkflowData ( _
pendingWorkflowData As String _
) As Boolean
public bool SetPendingWorkflowData (
string pendingWorkflowData
)
public:
bool SetPendingWorkflowData (
String^ pendingWorkflowData
)
public boolean SetPendingWorkflowData (
String pendingWorkflowData
)
public function SetPendingWorkflowData (
pendingWorkflowData : String
) : boolean
Parameters
- pendingWorkflowData
Specifies the pending workflow xml
Return Value
true if success else 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.