Gets the parameters collection that contains the parameters that are used when selecting pages.

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 SelectParameters { get; }

See Also