Click or drag to resize

HoarderServiceClient.ClearTitleGenres Method

Clears all genres from Titles with Ids that match an argument set of Ids.

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