Click or drag to resize

WorkflowManagerFindAvailableParticipantsExceptSelf Method

Find all available workflow participants who fulfill specified criteria except current user.

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

Parameters

name
Type: SystemString
email
Type: SystemString

Return Value

Type: ListADAMObject
See Also