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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 IXmpMeta
- The XMP metadata object to append to
- session IUserSession
- The session used to perform serialization
See Also