Click or drag to resize
WorkflowDesignerServiceGetNode Method
Get node specification for refresh purpose.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
public ServiceResponse<Node> GetNode(
	string id
)

Parameters

id
Type: SystemString
Node ID

Return Value

Type: ServiceResponseNode

Implements

IGraphServiceGetNode(String)
See Also