WorkflowManagerGetExistingWorkflowSettings Method

Get "add to existing" workflow settings.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get "add to existing" workflow settings.")]
public ExistingWorkflowSettings GetExistingWorkflowSettings(
	Guid userGuid
)

Parameters

userGuid  Guid
if null or empty - current user

Return Value

ExistingWorkflowSettings

See Also