adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ChangeLogQueryParameters Class / AuditOnly Field


In This Topic
    AuditOnly Field
    In This Topic
    If true, only includes audit records (not snapshot-only records), though the audit records may have associated snapshots.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public AuditOnly As Boolean
    [DataMember()]
    public bool AuditOnly
    [DataMember()]
    public:
    bool AuditOnly
    Remarks
    Setting AuditOnly to True is equivalent to setting IncludeChangeTypes to all types exception SnapshotOnly.
    See Also