Click or drag to resize
WorkflowDesignerService.AddSwitchCase Method
Adds switch case to multi-choice node.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public ServiceResponse<Node> AddSwitchCase(
	string nodeId
)

Parameters

nodeId
Type: System.String
Node ID

Return Value

Type: ServiceResponse<Node>

Implements

IGraphService.AddSwitchCase(String)
See Also