 | HoarderServiceClient.ClearTitleGenres Method |
Clears all genres from Titles with Ids that match an argument set of Ids.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<int> ClearTitleGenres(
string[] ids
)
Parameters
- ids String[]
- Ids of the titles to have genres cleared.
Return Value
Task<Int32>An
int count of titles updated.
Exceptions
See Also