Class Preset
- Namespace
- Dynamicweb.Content.Items.Presets
- Assembly
- Dynamicweb.dll
Represents an item preset
public class Preset
- Inheritance
-
Preset
- Inherited Members
Properties
Image
Gets or sets the image
public string? Image { get; set; }
Property Value
ItemData
Gets or sets the item data
public ItemStoreContainer? ItemData { get; set; }
Property Value
Name
Gets or sets the name
public required string Name { get; set; }
Property Value
SystemName
Gets or sets the system name
public string? SystemName { get; }