PortalSiteMapProvider.IncludeSubSites Property
Gets or sets the method used to determine whether this provider returns subsites (subwebs).
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.