Click or drag to resize

DeletePictureBlobParameters Constructor

Request parameters for the DeletePictureBlobAsync API method.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public DeletePictureBlobParameters(
	string BlobName,
	bool IsThumbnail
)

Parameters

BlobName  String

[Missing <param name="BlobName"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.DeletePictureBlobParameters.#ctor(System.String,System.Boolean)"]

IsThumbnail  Boolean

[Missing <param name="IsThumbnail"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.DeletePictureBlobParameters.#ctor(System.String,System.Boolean)"]

See Also