Click or drag to resize

LoyaltyServiceGetRewards Method (Boolean, String, NullableBoolean, RewardCollectionSortDirection, RewardCollectionSortBy)

Namespace:  Dynamicweb.Ecommerce.Loyalty
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Reward> GetRewards(
	bool force,
	string languageId,
	Nullable<bool> archiveMode,
	RewardCollectionSortDirection sortDirection,
	RewardCollectionSortBy sortBy
)

Parameters

force
Type: SystemBoolean
languageId
Type: SystemString
archiveMode
Type: SystemNullableBoolean
sortDirection
Type: Dynamicweb.Ecommerce.LoyaltyRewardCollectionSortDirection
sortBy
Type: Dynamicweb.Ecommerce.LoyaltyRewardCollectionSortBy

Return Value

Type: IEnumerableReward
See Also