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

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

Syntax

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

See Also