Click or drag to resize
WorkflowNodeRetrievesData Property
Gets or sets the information whether node can retrieve data using IAutomationActionDataCollector.

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public bool RetrievesData { get; set; }

Property Value

Type: Boolean
See Also