Click or drag to resize

HoarderServiceClient.PurgeGenre Method

Purges a genre from the database and removes it from all titles.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public 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
ExceptionCondition
ArgumentNullExceptionThrown if name is null.
See Also