 | HoarderServiceClientDataFixup 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.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntaxpublic Task<string?> DataFixup(
string[] picFileEnds
)
Parameters
- picFileEnds String
- A list of all local file suffixes (the picture root folder prefix is removed)
Return Value
TaskStringThe name of the data fixup worker log file.
See Also