PortalSiteMapProvider.IncludePages Property
Gets or sets the method used to determine whether pages are returned by this provider.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IncludePages As PortalSiteMapProvider.IncludeOption
Get
Set
'Usage
Dim instance As PortalSiteMapProvider
Dim value As PortalSiteMapProvider.IncludeOption
value = instance.IncludePages
instance.IncludePages = value
public PortalSiteMapProvider.IncludeOption IncludePages { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludeOption
An IncludeOption property that represents a particular inclusion scheme.