| Visual Basic | |
|---|---|
Public Enum EdmUnlockOpMsg Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmUnlockOpMsg : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmUnlockOpMsg : public System.Enum | |
| Member | Description |
|---|---|
| Euom_AdminUndoLock | 5 = You are logged in as Admin and are trying to undo the check-out flag on a file checked out by another user |
| Euom_AdminUnlock | 8 = You are logged in as Admin and are trying to check in a file that is checked out by another user |
| Euom_CircularReference | 9 = The files checked have circular references |
| Euom_DocumentDoesNotMeetConditionsInAnyCategory | 11 = The document cannot be unlocked because it does not meet the conditions of any category |
| Euom_DocumentDoesNotMeetConditionsInAnyWorkflow | 10 = The document cannot be unlocked because it does not meet the conditions of any workflow |
| Euom_DuplicateUniqueVar | 1 = The file has a unique variable with a duplicate value |
| Euom_LocalFileNotFound | 6 = The local copy of the file was not found |
| Euom_LocalFileShareError | 7 = Sharing violation accessing the local copy of the file |
| Euom_MissingMandatoryVar | 2 = The file cannot be checked in, because the file contains a unique and constrained variable with a value that is already used elsewhere |
| Euom_UndoLockModified | 4 = The file about whose check out you about to undo, has been modified |
| Euom_UnknownFileFormat | 3 = SOLIDWORKS PDM Professional cannot read references or variables from the file, because its file format is unknown |
This constant tells which message to display.