Click or drag to resize

WorkflowManagerSetExistingWorkflowSettings Method

Set "add to existing" workflow settings.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool SetExistingWorkflowSettings(
	Guid userGuid,
	ExistingWorkflowSettings settings
)

Parameters

userGuid
Type: SystemGuid
if null or empty - current user
settings
Type: FileHold.LibraryManagerExistingWorkflowSettings

Return Value

Type: Boolean
See Also