Table of Contents

Class UserAddressSaveSubscriber

Namespace
Dynamicweb.Ecommerce.Orders.AddressValidation
Assembly
Dynamicweb.Ecommerce.dll

The UserAddress before save notification subscriber.

[Subscribe("DWN_UM_USERADDRESS_ONBEFORE_SAVE")]
public class UserAddressSaveSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
UserAddressSaveSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Validates the address if the executing context is frontend.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top