DocumentManagerGetActiveWorkflowDocumentsForCheckOut Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves names of documents from selection which are associated with active workflows for check out")]
public void GetActiveWorkflowDocumentsForCheckOut(
	Guid selectionId,
	int maxCount,
	ref string[] names,
	ref int totalCount
)

Parameters

selectionId  Guid
 
maxCount  Int32
 
names  String
 
totalCount  Int32
 

See Also