ECommerceContextIsUserAuthorizedForDepartment Method |
Checks whether current user is authorized to access products from the specified department.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static bool IsUserAuthorizedForDepartment(
int departmentId
)
Parameters
- departmentId
- Type: SystemInt32
ID of the department
Return Value
Type:
BooleanSee Also