mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Settings >> System_Settings

System_Settings Class



Top-level settings that control basic operation and appearance of the entire SobekCM instance


Namespace: SobekCM.Core.Settings
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("SystemSettings")]
[DataContractAttribute]
[ProtoContractAttribute]
public class System_Settings

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Settings..::..System_Settings

Constructors

  NameDescription
Public methodSystem_Settings
Constructor for a new instance of the System_Settings class

Methods

  NameDescription
Public methodHelp_URL
URL used for the main help pages about this system's basic functionality
Public methodMetadata_Help_URL
Get the URL for all metadata help pages which are used when users request help while submitting a new item or editing an existing item
Public methodShouldSerializeDisable_Standard_User_Logon_Message
Method suppresses XML Serialization of the Disable_Standard_User_Logon_Message property if it is empty

Properties

  NameDescription
Public propertyDefault_UI_Language
Returns the default user interface language
Public propertyDefault_UI_Language_String
Set the default UI language, by passing in a string
Public propertyDetailed_User_Aggregation_Permissions
Flag determines if the detailed view of user permissions for items in an aggregation should show
Public propertyDisable_Standard_User_Logon_Flag
Flag indicates if logon has been restricted to system admins
Public propertyDisable_Standard_User_Logon_Message
Message to go with the logon restriction
Public propertyHelp_URL_Base
Base URL for most the help pages
Public propertyInclude_Partners_On_System_Home
Flag indicates if the partners browse should be displayed on the home page
Public propertyInclude_TreeView_On_System_Home
Flag indicates if the tree view should be displayed on the home page
Public propertyMetadata_Help_URL_Base
Base URL for the metadata help
Public propertyPage_Image_Extensions
List of possible page image extensions
Public propertySystem_Abbreviation
Gets the abbrevation used to refer to this digital library
Public propertySystem_Name
Gets the base name for this system

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )