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