Click or drag to resize

IDescriptiveMetadata Interface


Represents a Dublin Core standard set of descriptive meta for an Asset.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IDescriptiveMetadata

The IDescriptiveMetadata type exposes the following members.

Properties
  NameDescription
Public propertyContributor
Gets the contributors information
Public propertyCopyRight
Gets the multi-lingual copyright information
Public propertyCoverage
Gets/sets the coverage information
Public propertyCreator
Gets the creators informations
Public propertyDescription
Gets the multi-lingual description information
Public propertyFileFormat
Gets/sets the file format information
Public propertyItem
Gets/sets a piece of generic metadata value by its name
Public propertyLanguage
Gets/sets the origin language
Public propertyPublisher
Gets/set the publisher information
Public propertyRelatedAssets
Gets the related Assets information
Public propertySubject
Gets the multi-lingual subject information
Public propertyTitle
Gets the multi-lingual title information
Top
Methods
  NameDescription
Public methodClear
Clears all generic metadata entries
Public methodRemove
Removes a piece of generic metadata value by its name
Public methodSerialize
Generates an xml element in the format specified by XMP standard, from this object, and appends the element to the provided xmp metadata object.
Public methodSource
Retrieves the source Asset for this piece metadata
Top
See Also