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