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