IGraphServiceRemoveSwitchCase Method |
Removes switch case from multi-choice node.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax ServiceResponse<Node> RemoveSwitchCase(
string nodeId,
string caseId
)
Parameters
- nodeId
- Type: SystemString
Node ID - caseId
- Type: SystemString
Case ID
Return Value
Type:
ServiceResponseNodeSee Also