Click or drag to resize

AssortmentServiceGetAssortmentPermissionsByUser Method (User, Boolean)

Namespace:  Dynamicweb.Ecommerce.Assortments
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<AssortmentPermission> GetAssortmentPermissionsByUser(
	User user,
	bool includeGroups
)

Parameters

user
Type: Dynamicweb.Security.UserManagementUser
includeGroups
Type: SystemBoolean

Return Value

Type: IEnumerableAssortmentPermission
See Also