Click or drag to resize

AssortmentPermissionGetAssortmentPermissionsByAssortmentID 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.GetAssortmentPermissionsByAssortmentId instead.")]
public static IEnumerable<AssortmentPermission> GetAssortmentPermissionsByAssortmentID(
	string assortmentID
)

Parameters

assortmentID
Type: SystemString

Return Value

Type: IEnumerableAssortmentPermission
See Also