Namespace:  Endeca.Web.Internal
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected void LoadViewState(
	Object state
)
Visual Basic (Declaration)
Protected Sub LoadViewState ( _
	state As Object _
)
Visual C++
protected:
void LoadViewState(
	Object^ state
)

Parameters

state
Type: System..::.Object

See Also