WorkflowManagerFindAvailableParticipantsStartWith Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Find all available workflow participants who fulfill specified criteria except current user.")]
public List<ADAMObject> FindAvailableParticipantsStartWith(
	string startWith
)

Parameters

startWith  String

Return Value

ListADAMObject

See Also