SPFileLevel enumeration

Specifies the level of publication for a document.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPFileLevel
'Usage
Dim instance As SPFileLevel
public enum SPFileLevel

Members

Member name Description
Published The document is published. Value=1.
Draft The document is a draft. Value=2.
Checkout The document is checked out. Value=255.

See also

Reference

Microsoft.SharePoint namespace