  | HoarderServiceClientPurgeGenre 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.22
Syntaxpublic Task<int> PurgeGenre(
	string name
)
Parameters
- name  String
 - Name of the genre to purge.
 
Return Value
TaskInt32An 
int count of titles updated.
See Also