The HierarchicalPageLoader type exposes the following members.

Constructors

  NameDescription
HierarchicalPageLoader
Initializes a new instance of the HierarchicalPageLoader class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecFilters
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetFilteredChildren
Gets the filtered children of a specified page. Used when retreiving data for a hierarchical view.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HierarchicalSelect
Performs the selection of pages based on the viewPath parameter.
IsRoot
Determines if a PageData instance represents a root in the current hierarchicla view.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AccessLevel
Gets/sets the page access level for datasource.
EvaluateHasChildren
Gets or sets whether the hierarchical view should preevaluate the existens of child pages or always return true to let the HierarchicalDataBoundControl evaluate it as needed.
GetChildrenCallback
Gets or sets the method used to retreive children for a specific page.
GetPageCallback
Gets or sets the method used for retreiving page data for a specific page.
IncludeRootPage
InitializeCallback
Gets or sets the method used to initialize the the Loader instance.
PageLink
Gets or sets the root page for a hierarchical view.

Events

  NameDescription
Filter
Occurs when child page data has been loaded. Typically you attach an eventhandler to this event in order to exclude part of the result or sort the result.

See Also