Class Ecommerce.DynamicRelationGroups.DeleteArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the arguments required for a delete notification related to a dynamic relation group.
public sealed class Ecommerce.DynamicRelationGroups.DeleteArgs : NotificationArgs
- Inheritance
-
Ecommerce.DynamicRelationGroups.DeleteArgs
- Inherited Members
Properties
DynamicRelationGroupId
The ID of the DynamicRelationGroup being deleted.
public required string DynamicRelationGroupId { get; init; }