Table of Contents

Class AssetCategoryViewModel

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

Represents a view model for an asset category, which can contain images, videos, and documents.

public class AssetCategoryViewModel : FillableViewModelBase
Inheritance
AssetCategoryViewModel
Inherited Members

Properties

Assets

Gets or sets the list of media assets associated with the asset category.

public List<MediaViewModel>? Assets { get; set; }

Property Value

List<MediaViewModel>

Name

Gets or sets the name of the asset category.

public string? Name { get; set; }

Property Value

string

SystemName

Gets or sets the system name of the asset category.

public string? SystemName { get; set; }

Property Value

string
To top