EPiServer.MarketingAutomationIntegration.Core.Enums namespace
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
Enumerations
ProgramState
States for programs.
- Namespace. EPiServer.MarketingAutomationIntegration.Core.Enums
- Assembly. EPiServer.MarketingAutomationIntegration (in EPiServer.MarketingAutomationIntegration.dll) Version: 2.2.0.9000
- C# syntax.
public enum ProgramState
Members
Member name | Value | Description |
Running | 0 | Running state |
Scheduled | 1 | Scheduled state |
Complete | 2 | Complete state |
Inactive | 3 | Inactive state |
ProgramStatus
Status for programs.
- Namespace. EPiServer.MarketingAutomationIntegration.Core.Enums
- Assembly. EPiServer.MarketingAutomationIntegration (in EPiServer.MarketingAutomationIntegration.dll) Version: 2.2.0.9000
- C# syntax.
public enum ProgramStatus
Members
Member name | Value | Description |
Active | 0 | Active state |
Inactive | 1 | Inactive state |
Last updated: Dec 10, 2015