SPFileLevel Enumeration

Specifies the level of publication for a document.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "FileLevel", ServerTypeId := "0d15651c-56c0-4c6a-8c86-555d0187e6f9")> _
<SubsetCallableTypeAttribute> _
Public Enumeration SPFileLevel
'Usage
Dim instance As SPFileLevel
[ClientCallableTypeAttribute(Name = "FileLevel", ServerTypeId = "0d15651c-56c0-4c6a-8c86-555d0187e6f9")]
[SubsetCallableTypeAttribute]
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