Home > Contents > Index >
CS.IsExporting
Indicates whether Content Server is in the process of exporting a page.
Syntax
CS.IsExportingParameters
None.
Description
The
CS.IsExporting
tag indicates whether Content Server 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 > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.