Click or drag to resize

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.5.94
Syntax
void Serialize(
	IXmpMeta meta,
	IUserSession session
)

Parameters

meta
Type: IXmpMeta
The XMP metadata object to append to
session
Type: Ingeniux.CMSIUserSession
The session used to perform serialization
See Also