 | HoarderServiceClient.RenameOwner Method |
Renames an Owner in all titles that reference the name.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic 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