Class PropertyImageDetails
Represents the details of a property image.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.PropertyImage
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class PropertyImageDetails
Properties
View SourceId
Gets or sets the ID of the image.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Order
Gets or sets the order of the image.
Declaration
public int Order { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ThumbnailUrl
Gets or sets the URL of the thumbnail.
Declaration
public string ThumbnailUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Gets or sets the URL of the image.
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |