Arbortext Command Language > Repository API > sess_is_boundary
  
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:
0oid is not a bursting boundary.
1oid is a bursting boundary and should be a file entity reference.
2oid is a bursting boundary and should be a virtual document child.
3oid is a bursting boundary and should be an XML inclusion reference.
Related Topics
sess_element_is_boundaryfunction