InstanceWide_Configuration Class
Class provides access to all the configuration information loaded from the
engine-side configuration files
Namespace: SobekCM.Core.ConfigurationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("Configurations")]
[DataContractAttribute]
[ProtoContractAttribute]
public class InstanceWide_Configuration |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Authentication | Configuration for authentication for this instance |
| BriefItemMapping | Configuration for the mapping between the main SobekCM_Item object
and the BriefItem object used by the item viewers and passed over the REST API |
| ContactForm | Configuration for the default contact form for this instance |
| Engine | Configuration for the engine endpoints exposed for this instance |
| Extensions | Configuration for the engine endpoints exposed for this instance |
| HasData | Flag indicates if the data has been pulled into this |
| Metadata | Configuration information regarding how to read and write metadata files in the system |
| OAI_PMH | Configuration for instance-wide OAI-PMH settings for this instance |
| QualityControlTool | Configuration for the quality control tool for this instance |
| Source | Basic source and error information from reading the configuration files |
| UI | Configuration for the user-inteface specific configurations for this instance |
See Also