Click or drag to resize

DeletePictureBlobParameters Class

Request parameters for the DeletePictureBlobAsync API method.
Inheritance Hierarchy
System.Object
  Orthogonal.Hoarder.StdLib.DTO.DeletePictureBlobParameters

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public sealed class DeletePictureBlobParameters : IEquatable<DeletePictureBlobParameters>

The DeletePictureBlobParameters type exposes the following members.

Constructors
 NameDescription
Public methodDeletePictureBlobParameters Request parameters for the DeletePictureBlobAsync API method.
Top
Properties
 NameDescription
Public propertyBlobName 
Public propertyIsThumbnail 
Top
See Also