Value
Name | Description | Value |
---|---|---|
EditingState.EDITING_CONFLICT | The file was modified locally or remotely while it was locked and therefore two versions exist. | 1986217283 = 'vcEC' |
EditingState.EDITING_LOCALLY | The file has been modified locally and not locked. | 1986217292 = 'vcEL' |
EditingState.EDITING_LOCALLY_LOCKED | The file has been locked locally and may be modified. | 1986217291 = 'vcEK' |
EditingState.EDITING_NOWHERE | The file is not currently in use and is not locked. | 1986217294 = 'vcEN' |
EditingState.EDITING_REMOTELY | Lock held but not usable. | 1986217298 = 'vcER' |
EditingState.EDITING_UNKNOWN | The editing status is not known. | 1986217301 = 'vcEU' |
Usage
As property
Document.editingState
Link.editingState
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |