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

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

Parameters

nodeId
Type: System.String
Node ID
caseId
Type: System.String
Case ID

Return Value

Type: ServiceResponse<Node>

Implements

IGraphService.RemoveSwitchCase(String, String)
See Also