Click or drag to resize

WorkflowManagerCalculateEligibleObservers Method

Calculate eligible workflow observers for given documents.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CalculateEligibleObservers(
	int[] documentVersions,
	ref List<Guid> eligibleGroupIds,
	ref List<Guid> eligibleUserIds,
	ref List<ADAMObject> usersBelongingDirectly
)

Parameters

documentVersions
Type: SystemInt32
eligibleGroupIds
Type: System.Collections.GenericListGuid
eligibleUserIds
Type: System.Collections.GenericListGuid
usersBelongingDirectly
Type: System.Collections.GenericListADAMObject
See Also