Click or drag to resize

ILibraryManagerScriptFinalizeActivity Method

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

Parameters

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

Return Value

Type: DictionaryString, String
See Also