Click or drag to resize
AutomationProcessItem<InfoType> Class
Wrapper for starting automation process for given InfoObject object with additional data AdditionalData collection
Inheritance Hierarchy
System.Object
  CMS.Automation.AutomationProcessItem<InfoType>

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

Type Parameters

InfoType
Info object type

The AutomationProcessItem< InfoType> 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