Table of Contents

Enum Ecommerce.Group.ExecutingContext

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Indicating which context the notification was executed in.
public enum Ecommerce.Group.ExecutingContext

Fields

GroupCollection = 1
Indicates an action on a group collection
SingleGroup = 0
Indicates an action on a single group
To top