Type is an integer that represents the type of the course map entry. The following are the allowed types:
FOLDER = 0x00000001
PAGE = 0x00000010
LAB = 0x00000100
MV4LAB = 0x00001000
BRANCH = 0x00010000
Each of these types can be used as a bitmask and therefore can be ordered together.
|