  | HoarderServiceClientRenameLocation Method | 
            Renames a Location in all titles that reference the name.
            
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic Task<int> RenameLocation(
	RenameParameters parameters
)
Parameters
- parameters  RenameParameters
 - Parameters containing the old and new names.
 
Return Value
TaskInt32The count of titles updated.
See Also