Click or drag to resize

CampaignsHelperIsAnyCampaignWithCodeActive Method

Checks if any campaign with code in the system is active.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static bool IsAnyCampaignWithCodeActive()

Return Value

Type: Boolean
True if any campaign with code is active, otherwise false.
See Also