ICustomObjectResolver.WriteFromFile

Syntax

WriteFromFile(FileName: String);

Parameters

FileName. Full name of the file, from which data for write is obtained.

Description

The WriteFromFile method writes data to custom object from the specified file.

Comments

To read data from the custom object to the specified file, use the ICustomObjectResolver.ReadToFile method.

Example

The property use is given in the example for IMetabaseUpdateProgress.OnAfterApplyCustomObject.

See also:

ICustomObjectResolver