Click or drag to resize
IGraphServiceGetData 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#
ServiceResponse<string> GetData(
	string actionId
)

Parameters

actionId
Type: SystemString

Return Value

Type: ServiceResponseString
See Also