TreeNode.LoadViewState Method (Object)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads the previously saved view state of the node.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Protected Overridable Sub LoadViewState (
	state As Object
)

Parameters

state
Type: System.Object

An Object that represents the state of the node.

LoadViewState is a helper method used to load the previously saved view state of the node

.NET Framework
Available since 2.0
Return to top
Show: