WorkflowManagerSetExistingWorkflowSettings Method

Set "add to existing" workflow settings.

Definition

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

Parameters

userGuid  Guid
if null or empty - current user
settings  ExistingWorkflowSettings

Return Value

Boolean

See Also