Click or drag to resize

WorkflowManagerCalculateEligibleObserversForSelection Method

Calculate eligible workflow observers for selection.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CalculateEligibleObserversForSelection(
	Guid selectionId,
	ref List<Guid> eligibleGroupIds,
	ref List<Guid> eligibleUserIds,
	ref List<ADAMObject> usersBelongingDirectly
)

Parameters

selectionId
Type: SystemGuid
eligibleGroupIds
Type: System.Collections.GenericListGuid
eligibleUserIds
Type: System.Collections.GenericListGuid
usersBelongingDirectly
Type: System.Collections.GenericListADAMObject
See Also