Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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