Table of Contents

Class AssetCategoryViewModelSettings

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll

Represents the settings for the AssetCategoryViewModel.

public class AssetCategoryViewModelSettings : ViewSettingsLanguageBase<AssetCategoryViewModel>
Inheritance
AssetCategoryViewModelSettings
Inherited Members

Constructors

AssetCategoryViewModelSettings()

Initializes a new instance of the AssetCategoryViewModelSettings class.

public AssetCategoryViewModelSettings()

AssetCategoryViewModelSettings(string)

Initializes a new instance of the AssetCategoryViewModelSettings class with the specified language ID.

public AssetCategoryViewModelSettings(string languageId)

Parameters

languageId string

The ID of the language.

Properties

MediaSettings

Gets or sets the media view model settings.

public MediaViewModelSettings MediaSettings { get; set; }

Property Value

MediaViewModelSettings

Methods

EnsureFilledPropertiesExist()

Ensures that the filled properties exist.

public override void EnsureFilledPropertiesExist()
To top