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

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

Parameters

nodeId
Type: SystemString
Node ID

Return Value

Type: ServiceResponseNode
See Also