Click or drag to resize

DocumentManagerGetActiveWorkflowDocumentsForCheckOut Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void GetActiveWorkflowDocumentsForCheckOut(
	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