System.GlobalSetting.ComplianceGeneralSettingsCompliance General Settings

System.GlobalSetting.ComplianceGeneralSettings (ClassType)

General Settings of all Compliance Items, such as maximum file attachment size and maximum number of attachments

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdf90a8938-6ef6-9b4c-0538-349b217c1846

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.ComplianceGeneralSettings:
MaxFileAttachmentsCount  int  Max File Attachments Count Max File Attachments Count false 256    10 
MaxFileAttachmentSizeinKB  int  Max File Attachment Size (KB) Max File Attachment Size in KB false 256    2048 
SMPortalServerName  string      false 256  False   
SMPortalPortNumber  int      false 256    80 
SMPortalSSLEnabled  bool      false 256    false 

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ComplianceGeneralSettings" Accessibility="Public" Base="Admin!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="MaxFileAttachmentsCount" Type="int" DefaultValue="10"/>
<Property ID="MaxFileAttachmentSizeinKB" Type="int" DefaultValue="2048"/>
<Property ID="SMPortalServerName" Type="string" MaxLength="256"/>
<Property ID="SMPortalPortNumber" Type="int" DefaultValue="80"/>
<Property ID="SMPortalSSLEnabled" Type="bool" DefaultValue="false"/>
</ClassType>