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

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

Parameters

nodeId
Type: SystemString
Node ID

Return Value

Type: ServiceResponseNode

Implements

IGraphServiceAddSwitchCase(String)
See Also