Table of Contents

Class Ecommerce.DynamicProductRelations.DeleteArgs

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

Represents the arguments required for a delete notification related to a dynamic product relation.

public sealed class Ecommerce.DynamicProductRelations.DeleteArgs : NotificationArgs
Inheritance
Ecommerce.DynamicProductRelations.DeleteArgs
Inherited Members

Properties

DynamicProductRelationId

The ID of the DynamicProductRelation being deleted.

public required string DynamicProductRelationId { get; init; }

Property Value

string
To top