Click or drag to resize
AutomationProcessItemInfoType Class
Wrapper for starting automation process for given InfoObject object with additional data AdditionalData collection
Inheritance Hierarchy
SystemObject
  CMS.AutomationAutomationProcessItemInfoType

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 11.0.0
Syntax
C#
public class AutomationProcessItem<InfoType>
where InfoType : BaseInfo

Type Parameters

InfoType
Info object type

The AutomationProcessItemInfoType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAdditionalData
Gets or sets additional data for start automation
Public propertyInfoObject
Gets or sets the object for which is automation started
Top
See Also