Sets the command state based on the serialized value.

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

Syntax

C#
public void DeserializeCommand(
	string commandState
)
Visual Basic (Declaration)
Public Sub DeserializeCommand ( _
	commandState As String _
)
Visual C++
public:
virtual void DeserializeCommand(
	String^ commandState
) sealed

Parameters

commandState
Type: System..::.String

Implements

ICommandStateAccessor..::.DeserializeCommand(String)

See Also