System.GlobalSetting.ReleaseSettingsRelease Management Settings

System.GlobalSetting.ReleaseSettings (ClassType)

Settings for Release Record, such as ID prefix and file attachments

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId6712c1b4-295c-1ac7-4726-d671f31ec4f4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
System.GlobalSetting.ReleaseSettings:
SystemWorkItemReleaseRecordIdPrefix  string  Release Record ID Prefix Release Record ID Prefix false 256  False  RR 
MaxFileAttachmentsCount  int  Max File Attachments Count for Release Record Max File Attachments Count for Release Record false 256    10 
MaxFileAttachmentSizeinKB  int  Max File Attachment Size in KB for Release Record Max File Attachment Size in KB for Release Record false 256    64 
CriteriaforSelectingChangeRequests  string  Criteria for Selecting Change Requests Criteria for Selecting Change Requests false 4000  False   

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ReleaseSettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="SystemWorkItemReleaseRecordIdPrefix" Type="string" DefaultValue="RR"/>
<Property ID="MaxFileAttachmentsCount" Type="int" DefaultValue="10"/>
<Property ID="MaxFileAttachmentSizeinKB" Type="int" DefaultValue="64"/>
<Property ID="CriteriaforSelectingChangeRequests" Type="string" MaxLength="4000"/>
</ClassType>