Click or drag to resize

HoarderServiceClientDeletePictureBlob Method

Deletes a picture blob.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public Task<bool> DeletePictureBlob(
	DeletePictureBlobParameters parameters
)

Parameters

parameters  DeletePictureBlobParameters
Parameters specifying the picture blob to delete.

Return Value

TaskBoolean
True of the blob was deleted, False if the blob was not found.
See Also