Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
ICS.IsTracked
Determines whether Content Server is revision tracking the specified table.
Syntax
public boolean IsTracked(String catalog)Parameters
catalog- The name of the table.
 
Returns
Returns
trueon success,falseon failure.Example
The following code determines whether a table named MovieReviews is being revision tracked:
boolean tracked = ics.IsTracked("MovieReviews"); if (!tracked) { //table is not tracked }
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.