Click or drag to resize

HoarderServiceClient.SetPictureMetadata Method

Sets picture metadata.

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

Parameters

parameters  SetPicMetaParameters
Parameters specifying the blob name and metadata property values.

Return Value

Task<Boolean>
True of the blob was uploaded.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if parameters is null.
See Also