ActivityHelperAuthorizedManageActivity Method |
Returns if current user is authorized to manage activities.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static bool AuthorizedManageActivity(
int siteID,
bool noPermissionRedirect
)
Parameters
- siteID
- Type: SystemInt32
SiteID of an activity - noPermissionRedirect
- Type: SystemBoolean
Indicates if redirect should be done when not enough permissions
Return Value
Type:
BooleanSee Also