SPFile.IsGhostedSpecified Property (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)
Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property IsGhostedSpecified As Boolean
'Usage
Dim instance As SPFile
Dim value As Boolean
value = instance.IsGhostedSpecified
instance.IsGhostedSpecified = value
[XmlIgnoreAttribute]
public bool IsGhostedSpecified { get; set; }
See Also
Reference
SPFile Class
SPFile Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace