When overriden, provides ways to manipulate the parameter dictionary used for setting up the state of instance prior to saving it.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
protected virtual void SetupParameters(
	IDictionary values
)

Parameters

values
Type: System.Collections..::.IDictionary
Dictionary of properties to be used for setting the state of an instance.

See Also