Click or drag to resize

DocumentManagerGetActiveEasyViewWorkflowDocumentsFromSelection Method

Retrieves names of documents from selection which are associated with Courier view transmissions

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void GetActiveEasyViewWorkflowDocumentsFromSelection(
	Guid selectionId,
	int maxCount,
	ref string[] names,
	ref int totalCount
)

Parameters

selectionId
Type: SystemGuid
maxCount
Type: SystemInt32
names
Type: SystemString
totalCount
Type: SystemInt32
See Also