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

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

Syntax

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

See Also