Home > Contents > Index >
IsTracked
Determines whether a given table is revision tracked.
Syntax
IsTracked.catalogName
Returns
Returns
true
if Sites 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> Sites is tracking revisions on this table.<br/> </THEN> <ELSE> Sites is not tracking revisions on this table.<br/> </ELSE> </IF>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.