Check if current user can subscribe to this page

Namespace:  EPiServer.Personalization
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public static bool CanSubscribeTo(
	PageReference pageLink
)

Parameters

pageLink
Type: EPiServer.Core..::.PageReference

Return Value

Remarks

Checks that user is logged in and that page has enabled support for subscriptions

See Also