SPFileLevel Enumeration

Specifies the level of publication for a document.

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

Syntax

Public Enumeration SPFileLevel

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