Home > Contents > Index >
CS.IsExporting
Indicates whether Sites is in the process of exporting a page.
Syntax
CS.IsExportingParameters
None.
Description
The
CS.IsExporting
tag indicates whether Sites is in the process of exporting a page. Returnstrue
if the page is exporting, andfalse
if it is not. Use this property, for example, in an element to conditionalize behavior based on page export status.Example
This example displays a message if the page containing the tag is being exported.
<IF COND="CS.IsExporting=true"> <THEN> Exporting the page. </THEN> </IF>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.