Click or drag to resize

IAssetMetadata Interface

Represents the collection of metadata of an Asset

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface IAssetMetadata

The IAssetMetadata type exposes the following members.

Properties
  NameDescription
Public propertyDescriptive
Gets the set to descriptive metadata, which adopts Dublin Core as the backbone structure
Public propertyIsExternal
Public propertyTechnical
Gets the technical metadata. Technical metadata captures information of the physical media of the Asset
Top
Methods
  NameDescription
Public methodSerialize
Serialize Metadata into XML format for exports
Top
See Also