Click or drag to resize

IXsltTechnicalMetadata Interface


Represents technical metadata of an Asset with XSLT (Extensible Stylesheet Language) content

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

The IXsltTechnicalMetadata type exposes the following members.

Properties
 NameDescription
Public propertyCharacters Gets character count of the Asset
(Inherited from ITextTechnicalMetadata)
Public propertyExtension Gets the extension of the file, with dot in the front
(Inherited from ITechnicalMetadata)
Public propertyFileCreated Gets the time when the Asset was created.
(Inherited from ITechnicalMetadata)
Public propertyFileLastModified Gets the time when the Asset was last modified.
(Inherited from ITechnicalMetadata)
Public propertyFileName Gets the file name, including extension
(Inherited from ITechnicalMetadata)
Public propertyFileSize Gets the size of file (bytes)
(Inherited from ITechnicalMetadata)
Public propertyLines Gets lines count of the Asset
(Inherited from ITextTechnicalMetadata)
Top
Methods
 NameDescription
Public methodDirectImports Retrieves the hrefs of import statements
Public methodDirectIncludes Retrieves the hrefs of include statements
Public methodDocument Retrieve the parsed Document object
(Inherited from IXmlTechnicalMetadata)
Public methodItem Retrieves an arbitrary piece of metadata by track name and key
(Inherited from ITechnicalMetadata)
Public methodKeys Retrieves list of keys within a track
(Inherited from ITechnicalMetadata)
Public methodSerialize Generates xml structure on this piece of technical metadata and append to the provided Xmp metadata
(Inherited from ITechnicalMetadata)
Public methodTracks Retrieves list of track names
(Inherited from ITechnicalMetadata)
Public methodTransform Performs XSLT transformation of specified source document
Top
See Also