Home > Contents > Index >
IsTracked
Determines whether a given table is revision tracked.
Syntax
IsTracked.catalogName
Returns
Returns
true
if Content Server is tracking revisions on the specified table; returnsfalse
otherwise.Example
The following code determines whether
MyCatalog
is being revision tracked:<IF COND="IsTracked.MyCatalog=true"> <THEN> Content Server is tracking revisions on this table.<br/> </THEN> <ELSE> Content Server is not tracking revisions on this table.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.