PortalSiteMapProvider.IncludeSubSites property

Gets or sets the method used to determine whether this provider returns subsites.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property IncludeSubSites As PortalSiteMapProvider.IncludeOption
    Get
    Set
'Usage
Dim instance As PortalSiteMapProvider
Dim value As PortalSiteMapProvider.IncludeOption

value = instance.IncludeSubSites

instance.IncludeSubSites = value
public PortalSiteMapProvider.IncludeOption IncludeSubSites { 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