Click or drag to resize

HoarderServiceClient.DeletePictureBlob Method

Deletes a picture blob.

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

Parameters

parameters  DeletePictureBlobParameters
Parameters specifying the picture blob to delete.

Return Value

Task<Boolean>
True of the blob was deleted, False if the blob was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if parameters is null.
See Also