com.esri.arcgis.geodatabase
Interface esriMetadataSyncAction

All Superinterfaces:
Serializable

public interface esriMetadataSyncAction
extends Serializable

Metadata is created and properties are added to it based on these options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMSAAccessed
          Properties are added to metadata when it is accessed; metadata is created if it doesn't already exist.
static int esriMSAAlways
          Properties are added to metadata always; metadata is created if it doesn't already exist.
static int esriMSACreated
          Metadata is created and properties are added to it when metadata doesn't already exist.
static int esriMSANotCreated
          Properties are added to existing metadata.
static int esriMSAOverwrite
          Same as esriMSAAlways, except that individual tags are always updated, regardless of the value of the Sync attribute.
 

Field Detail

esriMSAAccessed

static final int esriMSAAccessed
Properties are added to metadata when it is accessed; metadata is created if it doesn't already exist.

See Also:
Constant Field Values

esriMSAAlways

static final int esriMSAAlways
Properties are added to metadata always; metadata is created if it doesn't already exist.

See Also:
Constant Field Values

esriMSACreated

static final int esriMSACreated
Metadata is created and properties are added to it when metadata doesn't already exist.

See Also:
Constant Field Values

esriMSANotCreated

static final int esriMSANotCreated
Properties are added to existing metadata.

See Also:
Constant Field Values

esriMSAOverwrite

static final int esriMSAOverwrite
Same as esriMSAAlways, except that individual tags are always updated, regardless of the value of the Sync attribute.

See Also:
Constant Field Values