SPListItem.Level Property (Microsoft.SharePoint)
Gets the level of publication for the item.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property Level As SPFileLevel
Visual Basic (Usage)
Dim instance As SPListItem
Dim value As SPFileLevel

value = instance.Level
C#
public SPFileLevel Level { get; }

Property Value

An SPFileLevel object that represents the level of publication.
See Also

Tags :


Page view tracker