Enum FavoriteResultType
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the result type of a favorite list command execution.
public enum FavoriteResultType
Fields
Error = 5Indicates that an error occurred during favorite list command execution.
FavoriteListCreated = 1Indicates that a new favorite list was successfully created.
FavoriteListDeleted = 2Indicates that a favorite list was successfully deleted.
FavoriteListRenamed = 3Indicates that a favorite list was successfully renamed.
FavoriteListSetAsDefault = 4Indicates that a favorite list was successfully set as default.
None = 0No specific result type.