 | HoarderServiceClientRenameOwner 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.21
Syntaxpublic Task<int> RenameOwner(
RenameParameters parameters
)
Parameters
- parameters RenameParameters
- Parameters containing the old and new names.
Return Value
TaskInt32The count of titles updated.
See Also