Click or drag to resize

IMultiEntryMetadata Interface

Represents the metadata contains a collection of strings

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

The IMultiEntryMetadata type exposes the following members.

Properties
  NameDescription
Public propertyValues
Gets the collection of values
Top
Methods
  NameDescription
Public methodAdd
Adds a new entry to the collection
Public methodClear
Clears all values from the collection
Public methodRemove
Removes an entry from the collection
Public methodSerialize
Serialize the entry to XML for exports
Top
See Also