Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / NoteType Enumeration
In This Topic
    NoteType Enumeration
    In This Topic
    Enumeration that represents type of a note
    Syntax
    public enum NoteType : System.Enum 
    Members
    MemberDescription
    Private This is a private note.
    Public This is a public note.
    SystemPrivate This is a private note by the system.
    SystemPublic This is a public note by the system.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Orders.NoteType

    See Also