Click or drag to resize

HoarderServiceClient.RenameContributor Method

Renames a contributor and all Title references to the contributor.

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

Parameters

parameters  RenameContributorParameters
Contribtor rename parameters.

Return Value

Task<Int32>
An int count of titles updated.
See Also