Programmer's Guide > Interfaces > CMSSession interface > CMSSessBurstFlags enumeration
  
CMSSessBurstFlags enumeration
The CMSSessBurstFlags enumerated type is used to construct the flags parameter to the burstDocument method by ORing any of the following options. The negative flags allow the application developer to override the default session bursting rules.
The CMSSessBurstFlags enumeration has the following constants of type int.
CMS_BURST_FULLTEXT = 0x0001
Enable full text indexing on the top most object.
CMS_BURST_IMPORT_FILEENTS = 0x0002
Import file entities.
CMS_BURST_NO_IMPORT_FILEENTS = 0x0004
Do not import file entities.
CMS_BURST_IMPORT_GRAPHICS = 0x0008
Import graphic files.
CMS_BURST_NO_IMPORT_GRAPHICS = 0x0010
Do not import graphic files.
CMS_BURST_ELEMENTS = 0x0020
Burst on element boundaries.
CMS_BURST_NO_ELEMENTS = 0x0040
Ignore element boundaries.
CMS_BURST_TOP_FILENAME = 0x0080
Use the file name for the topmost object name.
CMS_BURST_NO_TOP_FILENAME = 0x0100
Do not use the file name for the topmost object name.
CMS_BURST_TOP_LOCK = 0x0200
Lock the topmost object for editing.
CMS_BURST_NO_TOP_LOCK = 0x0400
Do not lock the topmost object.
CMS_BURST_USE_LOCATION_RULES = 0x0800
Follow location rules for child objects even if useroverride=on.
CMS_BURST_CREATE_PARTREF_LINKS = 0x01000
Create part reference links
CMS_BURST_NO_CREATE_PARTREF_LINKS = 0x02000
Do not create part reference links