AutomationActionDataProviderGetStepDescription Method |
Returns description in HTML format of the automation step specified by stepId.
If the step does not provide any description, returns null.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public virtual string GetStepDescription(
int stepId
)
Parameters
- stepId
- Type: SystemInt32
ID of the automation step
Return Value
Type:
StringRemarks
Use method to get step structure for specified stepId
and use to get values of the step parameters.
See Also