FileLevel enumeration

Specifies the publishing level for a file.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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.

See also

Reference

Microsoft.SharePoint.Client namespace