This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the default set of dublin core elements
Namespace: Smartsite.Runtime.Modules
Assembly: Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)
Syntax
C# | Copy Code |
---|---|
public enum DublinCoreElement |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration DublinCoreElement |
Members
Member name | Description | |
---|---|---|
Contributor |
An entity responsible for making contributions to the resource.
| |
Coverage |
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.
| |
Creator |
An entity primarily responsible for making the resource.
| |
Date |
A point or period of time associated with an event in the lifecycle of the resource.
| |
Description |
An account of the resource.
| |
Format |
The file format, physical medium, or dimensions of the resource.
| |
Identifier |
An unambiguous reference to the resource within a given context.
| |
Language |
A language of the resource.
| |
Publisher |
An entity responsible for making the resource available.
| |
Relation |
A related resource.
| |
Rights |
Information about rights held in and over the resource.
| |
Source |
A related resource from which the described resource is derived.
| |
Subject |
The topic of the resource.
| |
Title |
A name given to the resource.
| |
Type |
The nature or genre of the resource.
|
See Also
Smartsite.Runtime.Modules Namespace