WorkflowManagerAddSelectionToWorkflow Method |
Add selection to existing active workflow.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void AddSelectionToWorkflow(
Guid workflowInstanceGuid,
Guid selectionId,
bool isSupporting
)
Parameters
- workflowInstanceGuid
- Type: SystemGuid
- selectionId
- Type: SystemGuid
- isSupporting
- Type: SystemBoolean
See Also