Table of Contents

Class AssetCategoryViewModelSettings

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class AssetCategoryViewModelSettings : ViewSettingsLanguageBase<AssetCategoryViewModel>
Inheritance
AssetCategoryViewModelSettings
Inherited Members

Constructors

AssetCategoryViewModelSettings()

webapi contructor
public AssetCategoryViewModelSettings()

AssetCategoryViewModelSettings(string)

Creates a configuration for constructing product viewmodels.
public AssetCategoryViewModelSettings(string languageId)

Parameters

languageId string
Id of language

Properties

MediaSettings

public MediaViewModelSettings MediaSettings { get; set; }

Property Value

MediaViewModelSettings

Methods

EnsureFilledPropertiesExist()

If filled properties are empty, this method will add ALL valid property names.
public override void EnsureFilledPropertiesExist()
To top