OnlineChannelPublishStatusType Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Represents the publishing status of an online channel.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration OnlineChannelPublishStatusType
'Usage
Dim instance As OnlineChannelPublishStatusType
[DataContractAttribute]
public enum OnlineChannelPublishStatusType
[DataContractAttribute]
public enum class OnlineChannelPublishStatusType
Members
Member name | Description | |
---|---|---|
None | No publishing status. | |
Draft | Channel is in draft state. | |
InProgress | Channel publishing is currently in progress. | |
Published | Channel has been published successfully. | |
Failed | Channel was not published successfully. |