| Visual Basic | |
|---|---|
Public Enum EdmResolveReason Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmResolveReason : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmResolveReason : public System.Enum | |
| Member | Description |
|---|---|
| Edmrr_DstExists | 1 = Destination file name is already used in the folder |
| Edmrr_DstExistsGlobal | 64 = Destination file name is already used in the vault |
| Edmrr_FolderExists | 32 = Folder with the same name exists |
| Edmrr_LockedByYouHere | 2 = Destination (existing) file is checked out by the logged-in user |
| Edmrr_SameAsSource | 4 = Source file and the destination file are the same |
| Edmrr_SerialNumber | 16 = Source file contains serial number values |
| Edmrr_UniqueValues | 8 = Source file contains unique, constrained, variable values that must be cleared on copy |