Share via


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)

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.

See also

Reference

SPContextPageInfo class

SPContextPageInfo members

Microsoft.SharePoint namespace