Click or drag to resize
IGraphServiceRemoveSwitchCase Method
Removes switch case from multi-choice node.

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

Parameters

nodeId
Type: SystemString
Node ID
caseId
Type: SystemString
Case ID

Return Value

Type: ServiceResponseNode
See Also