ReadToFile(FileName: String);
ReadToFile(FileName: string);
FileName. Full name of the file, to which data must be read.
The ReadToFile method reads custom object data to the specified file.
To write data from file to custom object, use the ICustomObjectResolver.WriteFromFile.
The property use is given in the example for IMetabaseUpdateProgress.OnAfterApplyCustomObject.
See also: