Click or drag to resize

EasyWorkflowManagerCalculateEligibleRecipientsV2 Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CalculateEligibleRecipientsV2(
	out List<Guid> eligibleUserIds,
	out List<Guid> eligibleGroupIds,
	bool skipProviderAuthenticationType
)

Parameters

eligibleUserIds
Type: System.Collections.GenericListGuid
eligibleGroupIds
Type: System.Collections.GenericListGuid
skipProviderAuthenticationType
Type: SystemBoolean
See Also