London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CommerceMediaModel

Inheritance
System.Object
CommerceMediaModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.ObjectEditing.InternalMetadata
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class CommerceMediaModel

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