SaaS CMS has officially launched! Learn more now.

Class Image

Contains information about an image.

Inheritance
System.Object
Image
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: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class Image

Constructors

Image()

Declaration
public Image()

Properties

Height

Gets or sets the height.

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

The height.

Name

Gets or sets the name.

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

The name.

ThumbnailHeight

Gets or sets the height of the thumbnail.

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

The height of the thumbnail.

ThumbnailUrl

Gets or sets the thumbnail URL.

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

The thumbnail URL.

ThumbnailWidth

Gets or sets the width of the thumbnail.

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

The width of the thumbnail.

Url

Gets or sets the URL.

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

The URL.

Width

Gets or sets the width.

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

The width.