FileLevel enumeration
SharePoint Online
Specifies the publishing level for a file.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| Member name | Description | |
|---|---|---|
| Published | Enumeration whose values specify whether the file is a published version. The value = 1. | |
| Draft | Enumeration whose values specify whether the file is a draft. The value = 2. | |
| Checkout | Enumeration whose values specify whether the file is checked out to the current user. The value = 255. |
Show: