SPContextPageInfo.GhostedPage Property
Gets a Boolean value that indicates whether the page is uncustomized (ghosted).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property GhostedPage As Boolean
Get
Friend Set
'Usage
Dim instance As SPContextPageInfo
Dim value As Boolean
value = instance.GhostedPage
public bool GhostedPage { get; internal set; }
Property Value
Type: System.Boolean
true if the page has not been customized (that is, the page is ghosted); otherwise false.