Enumeration
BookContentStatus
Book content file status options.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1148150601 | readonly | The book content object is being used by someone else and is therefore locked. | |
| Number = 1148150607 | readonly | The book content object is open. | |
| Number = 1148150596 | readonly | The book content object has been modified after repagination. | |
| Number = 1148150605 | readonly | The book content object is missing because it has been moved, renamed, or deleted. | |
| Number = 1852797549 | readonly | The book content object is not open and is unchanged. |
Object of 1
Properties elsewhere that hold an BookContentStatus value.