Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the various node types in Windows SharePoint Services.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration NodeTypes
'Usage
Dim instance As NodeTypes
[FlagsAttribute]
public enum NodeTypes
Members
| Member name | Description | |
|---|---|---|
| None | ||
| Area | Any type of SPWeb site. | |
| Page | List item in the Pages list. | |
| List | A Windows SharePoint Services list (SPList). | |
| ListItem | A Windows SharePoint Services list item (SPListItem). | |
| PageLayout | A CMS Page Layout. | |
| Heading | A navigation heading. | |
| AuthoredLinkToPage | An authored link that references a page. | |
| AuthoredLinkToWeb | An authored link that references a Web site or area. | |
| AuthoredLinkPlain | A generic authored link. | |
| Custom | A custom node type that may be useful for extensibility purposes. | |
| AuthoredLink | Any type of authored link. | |
| Default | Combination of Area, Page, Heading and AuthoredLink. Navigation uses this value to determine which types to return by default. | |
| All |