NavigationNode members

Represents a navigation node in the search navigation provider.

The NavigationNode type exposes the following members.

Constructors

  Name Description
Public method NavigationNode(Int32, String, String) Initializes a new instance of the NavigationNode class based on the specified identifier and name and the referenced URL.
Public method NavigationNode(NavigationNode.DefaultNode, String, String) Initializes a new instance of the NavigationNode class based on the specified node and name, and the referenced URL.
Public method NavigationNode(Int32, String, String, String) Initializes a new instance of the NavigationNode class based on the specified identifier and name with the referenced URL and the user prompt.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field id
Public field name
Public field promptString
Public field url

Top

See also

Reference

NavigationNode class

Microsoft.Office.Server.Search.WebControls namespace