Click or drag to resize

FeedProviderGetApiUrls Method (Feed, Uri, ListString, ListString, ListString)

Namespace:  Dynamicweb.Ecommerce.Feeds
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static List<string> GetApiUrls(
	Feed feed,
	Uri url,
	List<string> languages,
	List<string> currencies,
	List<string> shops
)

Parameters

feed
Type: Dynamicweb.Ecommerce.FeedsFeed
url
Type: SystemUri
languages
Type: System.Collections.GenericListString
currencies
Type: System.Collections.GenericListString
shops
Type: System.Collections.GenericListString

Return Value

Type: ListString
See Also