 | HoarderServiceClient.PurgeGenre Method |
Purges a genre from the database and removes it from all titles.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<int> PurgeGenre(
string name
)
Parameters
- name String
- Name of the genre to purge.
Return Value
Task<Int32>An
int count of titles updated.
Exceptions
See Also