Table of Contents

Class FeedContextConfiguration

Namespace
Dynamicweb.Ecommerce.Feeds
Assembly
Dynamicweb.Ecommerce.dll
The configuration to send into a feed.
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

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