Click or drag to resize

HoarderServiceClient.RenameOwner Method

Renames an Owner 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> RenameOwner(
	RenameParameters parameters
)

Parameters

parameters  RenameParameters
Parameters containing the old and new names.

Return Value

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