Click or drag to resize

IAuditEntrySerialize Method


Returns the entry's XML presentation.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
XElement Serialize()

Return Value

Type: XElement
The XML presentation of this audit entry.
Examples
The following is an example of a serialization result:
XML
<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