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()
Public Shared Function IsAnyCampaignWithCodeActive As Boolean
public:
static bool IsAnyCampaignWithCodeActive()
static member IsAnyCampaignWithCodeActive : unit -> bool
Return Value
Type:
BooleanTrue if any campaign with code is active, otherwise false.
See Also