Sets the command's state to the given command state.

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

Syntax

C#
void DeserializeCommand(
	string commandState
)
Visual Basic (Declaration)
Sub DeserializeCommand ( _
	commandState As String _
)
Visual C++
void DeserializeCommand(
	String^ commandState
)

Parameters

commandState
Type: System..::.String

See Also