Click or drag to resize

HoarderServiceClient.RenameLocation Method

Renames a Location in all titles that reference the name.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<int> RenameLocation(
	RenameParameters parameters
)

Parameters

parameters  RenameParameters
Parameters containing the old and new names.

Return Value

Task<Int32>
The count of titles updated.
See Also