Click or drag to resize

ILibraryManagerScript2CancelWorkflow Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
Dictionary<string, string> CancelWorkflow(
	Guid workflowGuid,
	List<int> documentVersionIds,
	List<int> supportingDocumentVersionIds
)

Parameters

workflowGuid
Type: SystemGuid
documentVersionIds
Type: System.Collections.GenericListInt32
supportingDocumentVersionIds
Type: System.Collections.GenericListInt32

Return Value

Type: DictionaryString, String
See Also