 | HoarderServiceClient.UseCountLocation Method |
Gets a count of titles with a specified location name.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<int> UseCountLocation(
string name
)
Parameters
- name String
- Location name to search for in titles.
Return Value
Task<Int32>Title count.
See Also