Table of Contents

Class FeedContextConfiguration

Namespace
Dynamicweb.Ecommerce.Feeds
Assembly
Dynamicweb.Ecommerce.dll
public class FeedContextConfiguration
Inheritance
FeedContextConfiguration
Inherited Members

Properties

CountryCode

The country code to use for prices and VAT rules

public string CountryCode { get; set; }

Property Value

string

CurrencyId

The currencyId identifying the currency to show the prices in, in the output.

public string CurrencyId { get; set; }

Property Value

string

LanguageId

The languageId identifying the language to translate the translatable properties in the feed output to.

public string LanguageId { get; set; }

Property Value

string

LoadVariantInfoOnVariants

If disabled, variantinfos will not be loaded on product viewmodels if the product is a variant

public bool LoadVariantInfoOnVariants { get; set; }

Property Value

bool

PageNum

The current page for the feed to show

public int PageNum { get; set; }

Property Value

int

PageSize

Used to control the size of the output of the feed

public int PageSize { get; set; }

Property Value

int

ShopId

The shopId identifying the shop to use in the feed output.

public string ShopId { get; set; }

Property Value

string

Time

Used to get prices for a specific time, can be future or past, defaults to current time if null.

public DateTime? Time { get; set; }

Property Value

DateTime?

UserId

The userId identifying the user to use in the feed output.

public string UserId { get; set; }

Property Value

string
To top