Click or drag to resize

ITechnicalMetadata Interface

Represents the basic collection of an Asset file technical information.

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
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 methodSerialize
Serialize the metadata to XML for exports
Top
See Also