ObjectImportState Enumeration
In This Topic
Indicates the state of an object being imported.
Syntax
Members
Member | Value | Description |
DuplicateKeyNewer | 6 |
Another object already exists with the same key attributes but a different OID, and a newer lastModified timestamp
|
DuplicateKeyOlder | 5 |
Another object already exists with the same key attributes but a different OID, and an older lastModified timestamp
|
DuplicateKeySame | 4 |
Another object already exists with the same key attributes but a different OID, and the same lastModified timestamp
|
ExistingNewer | 3 |
An object exists with the same OID and a newer lastModified timestamp
|
ExistingOlder | 2 |
An object exists with the same OID and an older lastModified timestamp
|
ExistingSame | 1 |
An object exists with the same OID and lastModified timestamp
|
New | 0 |
The object is new.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ObjectImportState
See Also