A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class CommerceMediaModel

Inheritance
System.Object
CommerceMediaModel
Namespace: EPiServer.Commerce.Shell.ObjectEditing.InternalMetadata
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CommerceMediaModel : Object

Constructors

CommerceMediaModel()

Declaration
public CommerceMediaModel()

Properties

AssetKey

Declaration
public string AssetKey { get; set; }
Property Value
Type Description
System.String

AssetName

Declaration
public string AssetName { get; set; }
Property Value
Type Description
System.String

AssetType

Declaration
public string AssetType { get; set; }
Property Value
Type Description
System.String

GroupName

Declaration
public string GroupName { get; set; }
Property Value
Type Description
System.String

SortOrder

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

ThumbnailUrl

Declaration
public string ThumbnailUrl { get; set; }
Property Value
Type Description
System.String