This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite metadata.

Syntax

C# Copy imageCopy Code
                          namespace Smartsite.Base.Metadata
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.Base.Metadata

Classes

  Class Description
Public class DublinCoreElementSet
Provides a collection of metadata elements with a default API for Dublin Core elements.
Public class MetadataDictionary
A dictionary of metadata elements used to enrich response info.
Public class MetadataTags
Provides information on ComText, Exif and IPTC metadata tags.
Public class XmpEncoder
Provides encoding of Dublin Core metadata into XMP (Extensible Metadata Platform - http://www.adobe.com/devnet/xmp/pdfs/xmp_specification.pdf).

Interfaces

  Interface Description
Public interface IDublinCoreConsumer
Defines the contract for objects capable of consuming dublin core information.
Public interface IDublinCoreElementSet
Represents the contract for the dublin core metadata element set (http://dublincore.org/documents/dces/)
Public interface IDublinCoreEncoder
Defines the contract for Dublin Core encoders.
Advanced