Share via


CommerceListOperationType 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 types of operations for a commerce list.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration CommerceListOperationType
'Usage
Dim instance As CommerceListOperationType
[DataContractAttribute]
public enum CommerceListOperationType
[DataContractAttribute]
public enum class CommerceListOperationType

Members

Member name Description
Unknown The unknown operation.
Create The create operation.
Update The update operation.
Delete The delete operation.
AddLine The add line operation.
UpdateLine The update line operation.
RemoveLine The remove line operation.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace