'Declaration
Public Enum ChangeAuditSetting Inherits System.Enum
public enum ChangeAuditSetting : System.Enum
public enum class ChangeAuditSetting : public System.Enum
'Declaration
Public Enum ChangeAuditSetting Inherits System.Enum
public enum ChangeAuditSetting : System.Enum
public enum class ChangeAuditSetting : public System.Enum
Member | Value | Description |
---|---|---|
Allow | 5 | The user can create on-demand snapshots. |
AllowPrompt | 4 | Applies to snapshots only. The user is prompted to decide whether a snapshot should be created. |
Auto | 1 | A record is recorded automatically with no user input. |
AutoPrompt | 3 | The user is prompted for input (change comments) but not required to provide them. The record is always created. |
None | 0 | No logging occurs. |
Require | 2 | The user is prompted for input (change comments) and required to provide them. The record is always created. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ChangeAuditSetting