Gets the parameters collection that contains the parameters that are used when updating tabDefiniton.

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

Syntax

C#
[EditorAttribute("System.Web.UI.Design.WebControls.ParameterCollectionEditor, System.Design", 
	typeof(UITypeEditor))]
[DefaultValueAttribute(null)]
public ParameterCollection UpdateParameters { get; }

See Also