Programmer's Guide > Interfaces > CMSSession interface > CMSBurstBoundaryType enumeration
  
CMSBurstBoundaryType enumeration
The CMSBurstBoundaryType enumerated type specifies the available types of bursting that can be configured for any given element. It is used with the getBurstBoundaryType method.
The CMSBurstBoundaryType enumeration has the following constants of type int.
CMS_BURST_NO_BOUNDARY = 0
This element is not configured to be burst.
CMS_BURST_FILE_ENTITY = 1
This element is configured to burst as a file entity.
CMS_BURST_VIRTUAL_DOC = 2
This element is configured to burst as a virtual document.
CMS_BURST_XINCLUDE = 3
This element is configured to burst as an xinclude.