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

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

Parameters

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

Return Value

Type: ServiceResponseNode

Implements

IGraphServiceRemoveSwitchCase(String, String)
See Also