Click or drag to resize

AssortmentPermissionGetAssortmentPermissionsByUserID Method

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> GetAssortmentPermissionsByUserID(
	int userID
)

Parameters

userID
Type: SystemInt32

Return Value

Type: IEnumerableAssortmentPermission
See Also