com.esri.arcgis.gisclient
Interface acIndexStatus

All Superinterfaces:
Serializable

public interface acIndexStatus
extends Serializable

ArcIMS Metadata Document Index Status.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int acIndexed
          Indexed.
static int acIndexError
          Index error.
static int acNotIndexed
          Not indexed.
 

Field Detail

acNotIndexed

static final int acNotIndexed
Not indexed.

See Also:
Constant Field Values

acIndexed

static final int acIndexed
Indexed.

See Also:
Constant Field Values

acIndexError

static final int acIndexError
Index error.

See Also:
Constant Field Values