Value
Name | Description | Value |
---|---|---|
VersionState.LOCAL_NEWER | The version has modifications that make it newer than the project. | 1986221644 = 'vcVL' |
VersionState.LOCAL_PROJECT_MATCH | The version is identical to the project. | 1986221645 = 'vcVM' |
VersionState.NO_RESOURCE | No resource and no local file. | 1986221646 = 'vcVN' |
VersionState.PROJECT_FILE_NEWER | The project has a newer file. | 1986221648 = 'vcVP' |
VersionState.VERSION_CONFLICT | The version contains local edits but the project file is newer. | 1986221635 = 'vcVC' |
VersionState.VERSION_UNKNOWN | The version is not known. | 1986221653 = 'vcVU' |
Usage
As property
Document.versionState
Link.versionState
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |