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.

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider