ITechnicalMetadataSerialize Method
|
Generates xml structure on this piece of technical metadata
and append to the provided Xmp metadata
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Serialize(
IXmpMeta meta
)
Sub Serialize (
meta As IXmpMeta
)
void Serialize(
IXmpMeta^ meta
)
abstract Serialize :
meta : IXmpMeta -> unit
Parameters
- meta
- Type: IXmpMeta
The meta data object to append information to
See Also