IMetabaseSecurityExporter.FileAppend

Syntax

FileAppend: Boolean;

Description

The FileAppend property determines whether the file in which export is performed will be appended.

Comments

By default the property is set to False, and file is overwritten during export. If it is necessary to append the file, the property should be set to True. The path to the file is determined by the FileName property.

Example

Usage of the property is shown for IMetabaseSecurityExporter.ExportPolicy.

See also:

IMetabaseSecurityExporter