Click or drag to resize
AutomationTemplateViewModel Class
View model for repeater in Marketing Automation application.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagement.Web.UIAutomationTemplateViewModel

Namespace: CMS.ContactManagement.Web.UI
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 13.0.131
Syntax
C#
public sealed class AutomationTemplateViewModel

The AutomationTemplateViewModel type exposes the following members.

Constructors
  NameDescription
Public methodAutomationTemplateViewModel
Initialized a new instance of AutomationTemplateViewModel.
Top
Properties
  NameDescription
Public propertyDescription
Gets template description.
Public propertyDescriptionTooltip
Gets template description for tooltip.
Public propertyFromScratchCssClass
Returns "scratch" CSS class for the template which represents "from scratch" template, otherwise returns empty string.
Public propertyIconClass
Gets template description.
Public propertyId
Gets template id.
Public propertyName
Gets template name.
Public propertyNameTooltip
Gets template name for tooltip.
Public propertyTooltip
Gets tooltip text.
Top
See Also