PortalSiteMapProvider.IncludeOption Enumeration
Types that specify the site map provider's inclusion behavior for Web sites and Web pages.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration IncludeOption
'Usage
Dim instance As PortalSiteMapProvider.IncludeOption
public enum IncludeOption
Members
Member name | Description | |
---|---|---|
Always | Always include a particular type. | |
PerWeb | Include or exclude a type on a per-Web site basis.
For example, respect the IncludeSubSitesInNavigation and IncludePagesInNavigation properties that are specified on a PublishingWeb object. |
|
Never | Always exclude a particular type. |