IDescriptiveMetadataSerialize Method
|
Generates an xml element in the format specified by
XMP standard, from
this object, and appends the element to the provided xmp metadata object.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Serialize(
IXmpMeta meta,
IUserSession session
)
Sub Serialize (
meta As IXmpMeta,
session As IUserSession
)
void Serialize(
IXmpMeta^ meta,
IUserSession^ session
)
abstract Serialize :
meta : IXmpMeta *
session : IUserSession -> unit
Parameters
- meta
- Type: IXmpMeta
The XMP metadata object to append to - session
- Type: Ingeniux.CMSIUserSession
The session used to perform serialization
See Also