Click or drag to resize

ITechnicalMetadata Interface


Represents the basic collection of an Asset file technical information.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface ITechnicalMetadata

The ITechnicalMetadata type exposes the following members.

Properties
 NameDescription
Public propertyExtension Gets the extension of the file, with dot in the front
Public propertyFileCreated Gets the time when the Asset was created.
Public propertyFileLastModified Gets the time when the Asset was last modified.
Public propertyFileName Gets the file name, including extension
Public propertyFileSize Gets the size of file (bytes)
Top
Methods
 NameDescription
Public methodItem Retrieves an arbitrary piece of metadata by track name and key
Public methodKeys Retrieves list of keys within a track
Public methodSerialize Generates xml structure on this piece of technical metadata and append to the provided Xmp metadata
Public methodTracks Retrieves list of track names
Top
See Also