Click or drag to resize

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()

Return Value

Type: Boolean
true if the live integration is enabled and active, false otherwise.
See Also