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
Name
Gets or sets the name of the asset category.
public string? Name { get; set; }
Property Value
SystemName
Gets or sets the system name of the asset category.
public string? SystemName { get; set; }