ICustomObjectResolver.WriteFromFile

Fore Syntax

WriteFromFile(FileName: String);

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ICustomObjectResolver