Checks if the currently active user should get access to the personalization system (top floating panel and related funcitionality). Checks if the user is admin or can edit the current page.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool AllowPersonalization()
Visual Basic
Public Shared Function AllowPersonalization As Boolean
Visual C++
public:
static bool AllowPersonalization()
F#
static member AllowPersonalization : unit -> bool 

Return Value

Type: Boolean
True is the user has the access to the personalization system, false if not.

See Also