Click or drag to resize
WorkflowDesignerServiceSetSwitchCaseName Method
Sets switch case name.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
public ServiceResponse SetSwitchCaseName(
	string nodeId,
	string caseId,
	string name
)

Parameters

nodeId
Type: SystemString
Node ID
caseId
Type: SystemString
Switch case ID
name
Type: SystemString
New name

Return Value

Type: ServiceResponse

Implements

IGraphServiceSetSwitchCaseName(String, String, String)
See Also