Gets the parameters collection that contains the parameters that are used when deleteing files or directories.

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

Syntax

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

See Also