Class RemovePropertyImageRequest
Represents a request to remove an image from a property.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.PropertyImage
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class RemovePropertyImageRequest
Properties
View SourceImageId
Gets or sets the ID of the image to be removed.
Declaration
public int ImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PropertyId
Gets or sets the ID of the property.
Declaration
public int PropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |