Class SortPropertyImagesResponse
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.PropertyImage
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class SortPropertyImagesResponse : IApiResponse
Properties
View SourceErrorResponse
Gets or sets the error response associated with the API response.
Declaration
public ErrorResponse? ErrorResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| ErrorResponse |
IsSuccess
Gets or sets a value indicating whether the API response is successful.
Declaration
public bool IsSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PropertyImages
The newly sorted property images.
Declaration
public List<PropertyImageDetails> PropertyImages { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PropertyImageDetails> |