Class SortPropertyImagesRequest
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.PropertyImage
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class SortPropertyImagesRequest
Properties
View SourceOrders
A dictionary of image IDs and their new order.
Declaration
public Dictionary<int, int> Orders { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<int, int> |
PropertyId
Gets or sets the ID of the property.
Declaration
public int PropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |