Click or drag to resize
DeleteProductActionEnum Enumeration
Enumeration specifying acion to be performed with SKU bound to the document being deleted.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public enum DeleteProductActionEnum
Members
  Member nameValueDescription
NoAction0 Obsolete. Leave SKU without change.
DeleteSKU1 Obsolete. Delete SKU.
DisableSKU2 Obsolete. Disable SKU.
DeleteOrDisableSKU3 Delete SKU if possible otherwise disable it.
See Also