OAI_PMH_Configuration Class
Configuration inforation for serving OAI-PMH from this instance
Namespace: SobekCM.Core.Configuration.OAIPMHAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("OaiPmhConfig")]
[DataContractAttribute]
[ProtoContractAttribute]
public class OAI_PMH_Configuration |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Admin_Emails | List of the administrative emails for display within the Identify response of the OAI-PMH protocol |
| Descriptions | List of additional descriptions (fully encoded as XML) for display within the Identify response of the OAI-PMG protocol |
| Enabled | Flag indicates if OAI-PMH is allowed to be enabled for collections at all |
| Error | Any error associated with reading the configuration file into this object |
| Identifier | Identifier for this repository for display within the Identify response of the OAI-PMH protocol |
| Identifier_Base | Base for the identifiers associated with items within this repository |
| Metadata_Prefixes | List of all the metadata formats available for this repository with pointers
to the classes that create the OAI-PMH metadata for harvesting |
| Name | Name of this repository for dispay within the Identify response of the OAI-PMG protocol |
See Also