Static_Settings Class
Top-level settings that are fairly consistent, and don't really load from
any database or configuration value
Namespace: SobekCM.Core.SettingsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("StaticSettings")]
[ProtoContractAttribute]
[DataContractAttribute]
public class Static_Settings |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Current_Builder_Version | Current version number associated with this SobekCM builder application |
| Current_Web_Version | Current version number associated with this SobekCM digital repository web application |
| Reserved_Keywords | Gets the list of reserved keywords that cannot be used
for aggregation codes or aggregation aliases |
See Also