| NotificationSubscriberBaseEnabledAndActive Method |
Gets a value that determines whether live integration is enabled for the current shop, active and a connection to the ERP is available.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax protected static bool EnabledAndActive()
Protected Shared Function EnabledAndActive As Boolean
Return Value
Type:
Booleantrue if the live integration is enabled and active,
false otherwise.
See Also