  | HoarderServiceClientUseCountLocation 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.22
Syntaxpublic Task<int> UseCountLocation(
	string name
)
Parameters
- name  String
 - Location name to search for in titles.
 
Return Value
TaskInt32Title count.
See Also