Table of Contents

Enum FavoriteResultType

Namespace
Dynamicweb.Ecommerce.CustomerExperienceCenter.Favorites
Assembly
Dynamicweb.Ecommerce.dll

Represents the result type of a favorite list command execution.

public enum FavoriteResultType

Fields

Error = 5

Indicates that an error occurred during favorite list command execution.

FavoriteListCreated = 1

Indicates that a new favorite list was successfully created.

FavoriteListDeleted = 2

Indicates that a favorite list was successfully deleted.

FavoriteListRenamed = 3

Indicates that a favorite list was successfully renamed.

FavoriteListSetAsDefault = 4

Indicates that a favorite list was successfully set as default.

None = 0

No specific result type.

To top