|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriMetadataSyncAction
Metadata is created and properties are added to it based on these options.
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 |
---|
static final int esriMSAAccessed
static final int esriMSAAlways
static final int esriMSACreated
static final int esriMSANotCreated
static final int esriMSAOverwrite
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |