WorkflowManager.GetAvailableAutoDelegateUsers Method

Find all users that can be selected for automatic delegation.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Find all users that can be selected for automatic delegation.")]
public List<ADAMObject> GetAvailableAutoDelegateUsers(
	string name,
	string email
)

Parameters

name  String
 
email  String
 

Return Value

List<ADAMObject>

See Also