System.Compliance.AuthorityDocumentAuthority Document

System.Compliance.AuthorityDocument (ClassType)

Defines the basic properties of Compliance Authority Documents

Element properties:

Base ClassSystem.Compliance.ComplianceDocument
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7174cf7c-d5e5-8a8f-0253-7bc7233136a9

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.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.Knowledge.Article:
ArticleType  enum  Knowledge Article Type The type of knowledge article, such as how-to or troubleshooting guide false 256      System.Knowledge.ArticleTypeEnum 
ArticleTemplate  string  Knowledge Article Template Knowledge Article Template false 256  False     
ArticleOwner  string  Knowledge article owner The user who owns the knowledge article false 256  False     
Category  enum  Category The knowledge article category (for example, Enterprise Application or Networking) false 256      System.Knowledge.CategoryEnum 
Comments  string  Comments Comments on the knowledge article false 4000  False     
CreatedDate  datetime  Created On The date on which the knowledge article was created false 256    GetUTCDate()   
CreatedBy  string  Created By The user who created the knowledge article false 256  False     
PrimaryLocaleID  int  Primary Locale ID Primary Locale ID false 256       
Status  enum  Status The status of the knowledge article (for example, draft or archived) false 256      System.Knowledge.StatusEnum 
Tag  enum  Tag The flag associated with the knowledge article (for example, Top article or To complete) false 256      System.Knowledge.TagEnum 
VendorArticleID  string  Vendor Article Identifier An internal property used by the knowledge article class false 256  False     
Title  string  Title The title of the knowledge article false 200  False     
Abstract  string  Abstract The description of the knowledge article false 256  False     
Keywords  string  Keywords Keywords associated with the knowledge article false 256  False     
ArticleId  string  Knowledge Article ID Knowledge Article Identifier true 256  False  {0}   
EndUserContent  binary  End User Content End User Content false 256       
AnalystContent  binary  Analyst Content Content added by analysts false 256       
ExternalURLSource  string  External URL Source User-friendly name for the URL false 256  False     
ExternalURL  string  External URL URL for an external source of knowledge false 256  False     
System.Compliance.ComplianceDocument:
ExternalId  string  External Id External Id false 4000  False     
ExternalName  string  External Name External Name false 256  False     
ExternalVersion  string  External Version External Version false 256  False     
System.Compliance.AuthorityDocument:
Description  string  Description Description false 4000  False     
Type  enum  Type Type false 256      System.Compliance.AuthorityDocument.TypeEnum 
DocumentCategory  enum  Document Category Document Category false 256      System.Compliance.AuthorityDocument.CategoryEnum 
AuthorityDocumentStatus  enum  Authority Document Status Authority Document Status false 256    System.Knowledge.StatusEnum.Active  System.Knowledge.StatusEnum 

Health Model:

Source Code:

<ClassType ID="System.Compliance.AuthorityDocument" Accessibility="Public" Base="System.Compliance.ComplianceDocument" Hosted="false" Abstract="false">
<Property ID="Description" Type="string" MaxLength="4000"/>
<Property ID="Type" Type="enum" EnumType="System.Compliance.AuthorityDocument.TypeEnum"/>
<Property ID="DocumentCategory" Type="enum" EnumType="System.Compliance.AuthorityDocument.CategoryEnum"/>
<Property ID="AuthorityDocumentStatus" Type="enum" EnumType="Knowledge!System.Knowledge.StatusEnum" DefaultValue="System.Knowledge.StatusEnum.Active"/>
</ClassType>