Click or drag to resize
AccountHelperAuthorizedReadAccount Method
Indicates if current user is authorized for site accounts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool AuthorizedReadAccount(
	int siteID,
	bool noPermissionRedirect
)

Parameters

siteID
Type: SystemInt32
SiteID of an contact
noPermissionRedirect
Type: SystemBoolean
Indicates if redirect should be done when not enough permissions

Return Value

Type: Boolean
See Also