Click or drag to resize
WorkflowDesignerServiceGetData Method
Gets data for action step with given actionId

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
public ServiceResponse<string> GetData(
	string actionId
)

Parameters

actionId
Type: SystemString

Return Value

Type: ServiceResponseString

Implements

IGraphServiceGetData(String)
See Also