Click or drag to resize
WorkflowDesignerServiceCreateNode Method
Creates new node of specified type.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
public ServiceResponse<Node> CreateNode(
	string type,
	string actionId,
	string parentId,
	int x,
	int y
)

Parameters

type
Type: SystemString
Node type
actionId
Type: SystemString
Action type
parentId
Type: SystemString
Workflow ID
x
Type: SystemInt32
X-coordinate
y
Type: SystemInt32
Y-coordinate

Return Value

Type: ServiceResponseNode

Implements

IGraphServiceCreateNode(String, String, String, Int32, Int32)
See Also