Gets or sets a reference to the root page for subscription.

Remarks

This property is required for non EPiServer pages. If no page link is specified the data source control attempts to load the root subsciption information from the current EPiServer page.

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

Syntax

C#
public PageReference PageLink { get; set; }

See Also