FolderInfo

Defined in file gbproj.asn
C++ class: CFolderInfo


FolderInfo ::= SEQUENCE {
    title VisibleString,

    -- basic descriptors
    create-date Date,

    -- optional comments
    comment VisibleString OPTIONAL,

    -- "folder open" state
    open    BOOLEAN OPTIONAL,

    -- arbitrary annotations
    annot SET OF Annotdesc OPTIONAL
}