 | HoarderServiceClient.ReadTitle Method |
Retrieves a single title by Id.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic 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
See Also