Class CommerceMediaModel
Inheritance
System.Object
CommerceMediaModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class CommerceMediaModel : Object
Constructors
Declaration
public CommerceMediaModel()
Properties
Declaration
public string AssetKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string AssetName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string AssetType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ThumbnailUrl { get; set; }
Property Value
Type |
Description |
System.String |
|