System.Announcement.ItemAnnouncement

System.Announcement.Item (ClassType)

Defines the basic properties of announcements for the self-service portal

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddef6b6a3-5322-3225-4e1e-a4bf85c3eef4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.Announcement.Item:
Id  string      true 256  False  {0}   
Title  string  Title The bolded title text in an announcement false 256  False     
Body  richtext  Body The message body of an announcement false 4000       
ExpirationDate  datetime  Expiration Date When an announcement is set to expire false 256       
Priority  enum  Priority An announcement's priority (for example, urgent, important, or normal) false 256      System.Announcement.PriorityEnum 

Health Model:

Source Code:

<ClassType ID="System.Announcement.Item" Base="System.AdminItem" Abstract="false" Accessibility="Public" Hosted="false">
<Property ID="Id" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="Title" Type="string" Required="true"/>
<Property ID="Body" Type="richtext" MaxLength="4000"/>
<Property ID="ExpirationDate" Type="datetime" Required="true"/>
<Property ID="Priority" Type="enum" EnumType="System.Announcement.PriorityEnum"/>
</ClassType>