adTempus API
ArcanaDevelopment.adTempus.Client Namespace / UndoLevelAction Enumeration


In This Topic
    UndoLevelAction Enumeration
    In This Topic
    Indicates the action to take for an UndoLevel.
    Syntax
    'Declaration
     
    
    Public Enum UndoLevelAction 
       Inherits System.Enum
    public enum UndoLevelAction : System.Enum 
    public enum class UndoLevelAction : public System.Enum 
    Members
    MemberValueDescription
    Commit0 Commit the changes
    Revert1 Revert the changes
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Client.UndoLevelAction

    See Also