Gets or set custom access roles for current page. Custom access roles are used to explicitly pre-set the access properties on a page, particulary for the admin pages. This way it is not required from a user to set access roles on each of the pages. Access roles that are set from the page administration pane and held in the PageRoles entity collection take precedence over this property, allowing user to redefine the authorization settings and adjust them to his needs.

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

Syntax

C#
public string CustomAccessRoles { get; set; }
Visual Basic
Public Property CustomAccessRoles As String
	Get
	Set
Visual C++
public:
property String^ CustomAccessRoles {
	String^ get ();
	void set (String^ value);
}
F#
member CustomAccessRoles : string with get, set

Property Value

Type: String

See Also