Click or drag to resize

ViewModelFactoryCreateView Method (ProductViewModelSettings, String, String)

Namespace:  Dynamicweb.Ecommerce.ProductCatalog
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static ProductViewModel CreateView(
	ProductViewModelSettings settings,
	string productId,
	string variantId
)

Parameters

settings
Type: Dynamicweb.Ecommerce.ProductCatalogProductViewModelSettings
productId
Type: SystemString
variantId
Type: SystemString

Return Value

Type: ProductViewModel
See Also