Class FavoriteCommandResult
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the result of a favorite list command execution.
public sealed class FavoriteCommandResult
- Inheritance
-
FavoriteCommandResult
- Inherited Members
Constructors
FavoriteCommandResult(FavoriteResultType, string?)
Represents the result of a favorite list command execution.
public FavoriteCommandResult(FavoriteResultType resultType, string? name = null)
Parameters
resultTypeFavoriteResultTypeThe result type.
namestringThe favorite list name.
Properties
IsSuccess
Gets a value indicating whether the command was successful.
public bool IsSuccess { get; }
Property Value
Name
Gets the name of the favorite list related to this result.
public string? Name { get; }
Property Value
ResultType
Gets the result type of the favorite list command execution.
public FavoriteResultType ResultType { get; }