FileLevel Enumeration
Specifies the publishing level for a file.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration FileLevel
'Usage
Dim instance As FileLevel
public enum FileLevel
Members
| 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. |