System.Notification.TemplateNotification Template

System.Notification.Template (ClassType)

Notification templates, such as e-mail notification templates

Element properties:

Base ClassSystem.AdminItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7fcb0993-2ec7-1912-da4a-a97f508c26e0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.Notification.Template:
Id  string  ID ID true 256  False 
Content  string  Content Content false 65535  False 
Encoding  string  Encoding Encoding false 256  False 
SeedClass  string  Seed Class Seed Class false 256  False 
Protocol  string  Protocol Protocol false 256  False 
Sender  string  Sender Sender false 256  False 

Health Model:

Source Code:

<ClassType ID="System.Notification.Template" Accessibility="Public" Base="AdminItem!System.AdminItem" Hosted="false" Abstract="true">
<Property ID="Id" Type="string" Key="true"/>
<Property ID="Content" Type="string" Required="true" MaxLength="65535"/>
<Property ID="Encoding" Type="string" Required="true"/>
<Property ID="SeedClass" Type="string" Required="true"/>
<Property ID="Protocol" Type="string" Required="true"/>
<Property ID="Sender" Type="string" Required="false"/>
</ClassType>