EasyWorkflowManager.CalculateEligibleRecipients Method
Click or drag to resize

EasyWorkflowManagerCalculateEligibleRecipients Method

Note: This API is now obsolete.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
[ObsoleteAttribute("Use method CalculateEligibleRecipientsV2 instead.", 
	false)]
public void CalculateEligibleRecipients(
	out List<Guid> eligibleUserIds,
	out List<Guid> eligibleGroupIds
)

Parameters

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