sess_is_boundary
$ret=sess_is_boundary(sesshdl, oid)
For the repository session sesshdl, this function inspects the specified oid and returns a value indicating the following:
• Whether or not the oid is a bursting boundary.
• If the oid is a bursting boundary, should it be burst as a file entity reference or a virtual document child.
The sesshdl parameter is a session handle. The oid parameter is an object identifier for the specific object location in the document.
The possible return values are:
• 0 — oid is not a bursting boundary.
• 1 — oid is a bursting boundary and should be a file entity reference.
• 2 — oid is a bursting boundary and should be a virtual document child.
• 3 — oid is a bursting boundary and should be an XML inclusion reference.
Related Topics