1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="SiteMapNodeItemType" FullName="System.Web.UI.WebControls.SiteMapNodeItemType">
3  <TypeSignature Language="C#" Value="public enum SiteMapNodeItemType" />
4  <AssemblyInfo>
5    <AssemblyName>System.Web</AssemblyName>
6    <AssemblyVersion>2.0.0.0</AssemblyVersion>
7  </AssemblyInfo>
8  <Base>
9    <BaseTypeName>System.Enum</BaseTypeName>
10  </Base>
11  <Docs>
12    <since version=".NET 2.0" />
13    <remarks>
14      <attribution license="cc4" from="Microsoft" modified="false" />
15      <para>The <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control manages its site navigation information as a collection of <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> objects. <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> objects represent functionally different types of <see cref="T:System.Web.SiteMapNode" /> nodes. Accordingly, they are managed by the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control. The following list describes the types of nodes available:</para>
16      <list type="bullet">
17        <item>
18          <para>One node that represent the currently viewed page. </para>
19        </item>
20        <item>
21          <para>One node that is the top node of the site navigation hierarchy.</para>
22        </item>
23        <item>
24          <para>Zero or more nodes between the top node and the current node (parent nodes).</para>
25        </item>
26        <item>
27          <para>Zero or more nodes that represent site navigation path separators.</para>
28        </item>
29      </list>
30      <para>Each node is data-bound to an underlying <see cref="T:System.Web.SiteMapNode" />, except nodes of the <see cref="F:System.Web.UI.WebControls.SiteMapNodeItemType.PathSeparator" /> type.</para>
31    </remarks>
32    <summary>
33      <attribution license="cc4" from="Microsoft" modified="false" />
34      <para>The <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemType" /> enumeration is used by the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control to identify the type of a <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> node within a node hierarchy.</para>
35    </summary>
36  </Docs>
37  <Members>
38    <Member MemberName="Current">
39      <MemberSignature Language="C#" Value="Current" />
40      <MemberType>Field</MemberType>
41      <ReturnValue>
42        <ReturnType>System.Web.UI.WebControls.SiteMapNodeItemType</ReturnType>
43      </ReturnValue>
44      <Docs>
45        <since version=".NET 2.0" />
46        <summary>
47          <attribution license="cc4" from="Microsoft" modified="false" />
48          <para>The currently viewed page in the site navigation path.</para>
49        </summary>
50      </Docs>
51      <AssemblyInfo>
52        <AssemblyVersion>2.0.0.0</AssemblyVersion>
53      </AssemblyInfo>
54    </Member>
55    <Member MemberName="Parent">
56      <MemberSignature Language="C#" Value="Parent" />
57      <MemberType>Field</MemberType>
58      <ReturnValue>
59        <ReturnType>System.Web.UI.WebControls.SiteMapNodeItemType</ReturnType>
60      </ReturnValue>
61      <Docs>
62        <since version=".NET 2.0" />
63        <summary>
64          <attribution license="cc4" from="Microsoft" modified="false" />
65          <para>A parent node of the currently viewed page in the site navigation path. A parent node is any node that is found between the root node and the current node in the navigation hierarchy.</para>
66        </summary>
67      </Docs>
68      <AssemblyInfo>
69        <AssemblyVersion>2.0.0.0</AssemblyVersion>
70      </AssemblyInfo>
71    </Member>
72    <Member MemberName="PathSeparator">
73      <MemberSignature Language="C#" Value="PathSeparator" />
74      <MemberType>Field</MemberType>
75      <ReturnValue>
76        <ReturnType>System.Web.UI.WebControls.SiteMapNodeItemType</ReturnType>
77      </ReturnValue>
78      <Docs>
79        <since version=".NET 2.0" />
80        <summary>
81          <attribution license="cc4" from="Microsoft" modified="false" />
82          <para>A site map navigation path separator. The default separator for the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control is the "&gt;" character.</para>
83        </summary>
84      </Docs>
85      <AssemblyInfo>
86        <AssemblyVersion>2.0.0.0</AssemblyVersion>
87      </AssemblyInfo>
88    </Member>
89    <Member MemberName="Root">
90      <MemberSignature Language="C#" Value="Root" />
91      <MemberType>Field</MemberType>
92      <ReturnValue>
93        <ReturnType>System.Web.UI.WebControls.SiteMapNodeItemType</ReturnType>
94      </ReturnValue>
95      <Docs>
96        <since version=".NET 2.0" />
97        <summary>
98          <attribution license="cc4" from="Microsoft" modified="false" />
99          <para>The top node of the site navigation hierarchy. There can be only one root node.</para>
100        </summary>
101      </Docs>
102      <AssemblyInfo>
103        <AssemblyVersion>2.0.0.0</AssemblyVersion>
104      </AssemblyInfo>
105    </Member>
106  </Members>
107</Type>