Click or drag to resize

HoarderServiceClient.DataFixup Method

Performs a custom fixup (repair) of certain information in Titles, and then updates the configuration document to ensure it is synchronised with the Titles.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<string> DataFixup(
	string[] picFileEnds
)

Parameters

picFileEnds  String[]
A list of all local file suffixes (the picture root folder prefix is removed)

Return Value

Task<String>
The name of the data fixup worker log file.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if picFileEnds is null.
See Also