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 |
---|
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Authentication | Configuration for authentication for this instance |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | 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 |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | ContactForm | Configuration for the default contact form for this instance |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Engine | Configuration for the engine endpoints exposed for this instance |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Extensions | Configuration for the engine endpoints exposed for this instance |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | HasData | Flag indicates if the data has been pulled into this |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Metadata | Configuration information regarding how to read and write metadata files in the system |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | OAI_PMH | Configuration for instance-wide OAI-PMH settings for this instance |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | QualityControlTool | Configuration for the quality control tool for this instance |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Source | Basic source and error information from reading the configuration files |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | UI | Configuration for the user-inteface specific configurations for this instance |
See Also