Programmer's Guide > Interfaces > CMSSession interface > CMSBurstPolicy enumeration
CMSBurstPolicy enumeration
The CMSBurstPolicy enumerated type specifies when document bursting should occur. It is used with the burstPolicy attribute.
The CMSBurstPolicy enumeration has the following constants of type int.
CMS_BURST_POLICY_NEVER = 0
The adapter does not support bursting.
CMS_BURST_POLICY_ON_CHECKIN = 1
The adapter performs bursting during document check-in.
これは役に立ちましたか?