PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Type of an audited object.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public class AuditObjectType
Visual Basic (Declaration)Copy imageCopy Code
Public Class AuditObjectType

Remarks

Any object type can be audited, provided that the objects are identified by means of a guid. Audited object types are for example contents items, content versions and workflow instances. An instance of this audit object type class identifies one such table or other auditable object.

Inheritance Hierarchy

System..::..Object
  Smartsite.Data..::..AuditObjectType

See Also

Advanced