Table of Contents

Class Ecommerce.Assortment.AssortmentsCalculateUserAssortmentsArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll

Contains information on assortment IDs found for the current user by Dynamicweb. Manipulate this collection with a list of valid AssortmentIDs (ID) to change which products the user can see.

public class Ecommerce.Assortment.AssortmentsCalculateUserAssortmentsArgs : NotificationArgs
Inheritance
Ecommerce.Assortment.AssortmentsCalculateUserAssortmentsArgs
Inherited Members

Properties

Product

public Product Product { get; set; }

Property Value

Product

User

public User User { get; set; }

Property Value

User

UserAssortmentIds

public IEnumerable<string> UserAssortmentIds { get; set; }

Property Value

IEnumerable<string>
To top