MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.ListingImage Class Reference

Meta data around an image for a listing property More...

Properties

string ThumbURL [get, set]
 This is a valid URL that can be used for img src to a thumbnail sized representation of the image. This is the smallest size image returned in each object in the ListingImages array. More...
 
string SmallURL [get, set]
 This is a valid URL that can be used for img src to a small sized representation of the image. This is the small size image returned in each object in the ListingImages array. More...
 
string FullURL [get, set]
 This is a valid URL that can be used for img src to a medium sized representation of the image. This is the medium size image returned in each object in the ListingImages array. More...
 
string GalleryURL [get, set]
 This is a valid URL that can be used for img src to a large sized representation of the image. This is the large size image returned in each object in the ListingImages array. More...
 
string RawURL [get, set]
 This is a valid URL to the raw image as uploaded. This is the largest size image returned in each object in the ListingImages array. Due to variation in size, this image should not be considered for use when displaying images rendered in a browser. More...
 
string Title [get, set]
 Human readable title of image. More...
 
bool IsMainListingImage [get, set]
 Whether this image is considered the primary image for the listing. More...
 
string Caption [get, set]
 Human readable caption for the image. More...
 
string Description [get, set]
 Human readable description of image. More...
 
int Width [get, set]
 Width of the raw image. More...
 
int Height [get, set]
 Height of the raw image. More...
 
string MimeType [get, set]
 MIME or media type of the image. More...
 
string EmbededHTMLContent [get, set]
 Embedded HTML that can be placed into a webpage – this will be used for embedded movies. More...
 

Detailed Description

Meta data around an image for a listing property

Property Documentation

◆ Caption

string MoxiWorks.Platform.ListingImage.Caption
getset

Human readable caption for the image.

◆ Description

string MoxiWorks.Platform.ListingImage.Description
getset

Human readable description of image.

◆ EmbededHTMLContent

string MoxiWorks.Platform.ListingImage.EmbededHTMLContent
getset

Embedded HTML that can be placed into a webpage – this will be used for embedded movies.

◆ FullURL

string MoxiWorks.Platform.ListingImage.FullURL
getset

This is a valid URL that can be used for img src to a medium sized representation of the image. This is the medium size image returned in each object in the ListingImages array.

◆ GalleryURL

string MoxiWorks.Platform.ListingImage.GalleryURL
getset

This is a valid URL that can be used for img src to a large sized representation of the image. This is the large size image returned in each object in the ListingImages array.

◆ Height

int MoxiWorks.Platform.ListingImage.Height
getset

Height of the raw image.

◆ IsMainListingImage

bool MoxiWorks.Platform.ListingImage.IsMainListingImage
getset

Whether this image is considered the primary image for the listing.

◆ MimeType

string MoxiWorks.Platform.ListingImage.MimeType
getset

MIME or media type of the image.

◆ RawURL

string MoxiWorks.Platform.ListingImage.RawURL
getset

This is a valid URL to the raw image as uploaded. This is the largest size image returned in each object in the ListingImages array. Due to variation in size, this image should not be considered for use when displaying images rendered in a browser.

◆ SmallURL

string MoxiWorks.Platform.ListingImage.SmallURL
getset

This is a valid URL that can be used for img src to a small sized representation of the image. This is the small size image returned in each object in the ListingImages array.

◆ ThumbURL

string MoxiWorks.Platform.ListingImage.ThumbURL
getset

This is a valid URL that can be used for img src to a thumbnail sized representation of the image. This is the smallest size image returned in each object in the ListingImages array.

◆ Title

string MoxiWorks.Platform.ListingImage.Title
getset

Human readable title of image.

◆ Width

int MoxiWorks.Platform.ListingImage.Width
getset

Width of the raw image.


The documentation for this class was generated from the following file: