Click or drag to resize

HoarderServiceClient.ReadTitle Method

Retrieves a single title by Id.

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

Parameters

id  String
The title Id to search for and retrieve.

Return Value

Task<Title>
A Title or null if the title is not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if id is null.
See Also