Click or drag to resize
AuthorizationHelperAuthorizedReadContact Method
Indicates if current user is authorized for contacts, contact groups and accounts.

Namespace: CMS.ContactManagement.Web.UI
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static bool AuthorizedReadContact(
	bool redirectIfNotAuthorized
)

Parameters

redirectIfNotAuthorized
Type: SystemBoolean
Indicates if redirect should be done when not enough permissions

Return Value

Type: Boolean
See Also