Programmer's Guide > Interfaces > CMSSession interface > CMSCreateFlags enumeration
  
CMSCreateFlags enumeration
The CMSCreateFlags enumerated type is used to construct the flags parameter to the createObjectFromSubtree and createNewObject methods by ORing any of the following options.
The CMSCreateFlags enumeration has the following constants of type int.
CMS_CREATE_LOCKED = 0x1
The object is initially locked.
CMS_CREATE_VIRTUAL_CONTAINER = 0x2
The object will be a virtual document container. Objects which will reference child objects via File Entity or XInclude need not specify this flag.