IAuditEntrySerialize Method
|
Returns the entry's XML presentation.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Function Serialize As XElement
abstract Serialize : unit -> XElement
Return Value
Type:
XElementThe 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