IGraphServiceCreateNode Method |
Creates new node of specified type.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax 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
Parent ID - x
- Type: SystemInt32
X-coordinate - y
- Type: SystemInt32
Y-coordinate
Return Value
Type:
ServiceResponseNodeSee Also