Click or drag to resize

AssortmentPermissionGetAssortmentPermissionsByUser Method (User, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Assortments
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Services.Assortments.GetAssortmentPermissionsByUser instead.")]
public static IEnumerable<AssortmentPermission> GetAssortmentPermissionsByUser(
	User user,
	bool includeGroups
)

Parameters

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

Return Value

Type: IEnumerableAssortmentPermission
See Also