Click or drag to resize

HoarderServiceClient.UseCountLocation Method

Gets a count of titles with a specified location name.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<int> UseCountLocation(
	string name
)

Parameters

name  String
Location name to search for in titles.

Return Value

Task<Int32>
Title count.
See Also