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
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