IAuditEntrySerialize Method Ingeniux CMS Content Store API

Returns the entry's XML presentation.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

XElement Serialize()

Return Value

Type: XElement
The XML presentation of this audit entry.
Examples

The following is an example of a serialization result:
<AuditEntry Time="20130815T10:31:03">
  <User UserID="ingeniux\awang" Name="Arn Maeda" />
  <Entity ID="x265" Name="Contact Us", Type="Ingeniux.CMS.Page" />
  <Description>Create or Update</Description>
</AuditEntry>
See Also

Reference