adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ChangeAuditSetting Enumeration


In This Topic
    ChangeAuditSetting Enumeration
    In This Topic
    Sets the level for change log (audit) and snapshot settings.
    Syntax
    'Declaration
     
    
    Public Enum ChangeAuditSetting 
       Inherits System.Enum
    public enum ChangeAuditSetting : System.Enum 
    public enum class ChangeAuditSetting : public System.Enum 
    Members
    MemberValueDescription
    Allow5 The user can create on-demand snapshots.
    AllowPrompt4 Applies to snapshots only. The user is prompted to decide whether a snapshot should be created.
    Auto1 A record is recorded automatically with no user input.
    AutoPrompt3 The user is prompted for input (change comments) but not required to provide them. The record is always created.
    None0 No logging occurs.
    Require2 The user is prompted for input (change comments) and required to provide them. The record is always created.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.ChangeAuditSetting

    See Also