SobekCM.Core.Settings.System_Settings.System_Settings C# (CSharp) Method

System_Settings() public method

Constructor for a new instance of the System_Settings class
public System_Settings ( ) : System
return System
        public System_Settings()
        {
            Include_Partners_On_System_Home = false;
            Include_TreeView_On_System_Home = false;
            Default_UI_Language = Web_Language_Enum.English;
            Metadata_Help_URL_Base = String.Empty;
            Help_URL_Base = String.Empty;
        }