Click or drag to resize

WorkflowManagerGetAvailableAutoDelegateUsers Method

Find all users that can be selected for automatic delegation.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<ADAMObject> GetAvailableAutoDelegateUsers(
	string name,
	string email
)

Parameters

name
Type: SystemString
email
Type: SystemString

Return Value

Type: ListADAMObject
See Also