Indicates the state of an object being imported.
enum ObjectImportStateEnum { New = 0, Existing = 1, Duplicate = 3 };
public enum ObjectImportStateEnum { New = 0, Existing = 1, Duplicate = 3 }
Public Enum ObjectImportStateEnum New = 0 Existing = 1 Duplicate = 3 End Enum
Members |
Description |
New = 0 |
The object is new |
Existing = 1 |
The object already exists |
Duplicate = 3 |
Another object already exists with the same key attributes but a different OID |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|