Specifies the level of publication for a document.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)

Syntax
Visual Basic (Declaration) |
Public Enumeration SPFileLevel As Byte
|
|
Dim instance As SPFileLevel
|
|
public enum SPFileLevel : byte
|

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

See Also