Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IsGhosted property value.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsGhosted As Boolean
Get
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean
value = instance.IsGhosted
public override bool IsGhosted { get; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
A Boolean that indicates whether the current ContentByQueryWebPart object is ghosted. It returns true if the Content By Query Web Part does not use any custom XSL files.