WorkflowDesignerServiceCreateNodeOnConnections Method |
Creates new node of specified type.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax public GraphPartialRefresh CreateNodeOnConnections(
string type,
string actionId,
string parentId,
int x,
int y,
List<string> splitConnectionsIDs
)
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 - splitConnectionsIDs
- Type: System.Collections.GenericListString
Connections new node should be attached on
Return Value
Type:
GraphPartialRefreshImplements
IGraphServiceCreateNodeOnConnections(String, String, String, Int32, Int32, ListString)See Also