Click or drag to resize

HoarderServiceClient.DeleteTitle Method

Deletes a title.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<bool> DeleteTitle(
	string id
)

Parameters

id  String
The Id of the title to delete.

Return Value

Task<Boolean>
A bool flag, True if the title was deleted, False if it was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if id is null.
See Also