WorkflowCategoryDefinitionSave Method (ConnectionId, SessionId, CategoryId, Int32, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Saves the definition of a workflow to its category

Namespace: ContentStudio.Document.Workflow.Management
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void Save(
	ConnectionId connectionId,
	SessionId sessionId,
	CategoryId categoryId,
	int workflowId,
	string definition
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
sessionId
Type: ContentStudio.SecuritySessionId
A value that identifies the user's session. This value typically is retrieved from a call to the OpenSession method
categoryId
Type: ContentStudio.DocumentCategoryId
the category where the workflow item exists
workflowId
Type: SystemInt32
The identifier of the workflow item to read.
definition
Type: SystemString
The definition to save. This data must be xml valid according to the schema returned by the GetWorkflowSchema method.
See Also

Reference