Gets or sets the root page for a hierarchical view or the parent page for the listed pages in a tabular view.

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

Syntax

C#
[EditorAttribute("EPiServer.Web.WebControls.Design.PageReferenceTypeEditor, EPiServer.Design", 
	"System.Drawing.Design.UITypeEditor, System.Drawing")]
public PageReference PageLink { get; set; }

See Also