BProcessEmailDocument.CreateFromFile

Syntax

CreateFromFile(FilePath: String; Process: IBProcess);

Parameters

FilePath. File path and name.

Process. The process, for which the specified file will be saved as a hidden child object in the repository.

Description

The CreateFromFile constructor, based on the file, creates a new document used as an email attachmen.

Comments

The specified file for further use will be saved in the repository as a hidden child document of the Process process.

Example

The constructor use is given in the example for IBProcessEmailDocuments.Add.

See also:

BProcessEmailDocument