IMetabaseSecurityExporter.FileAppend

Syntax

FileAppend: Boolean;

Description

The FileAppend property determines whether the file, to which export is executed, will be appended.

Comments

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

Example

The property use is given for IMetabaseSecurityExporter.ExportPolicy.

See also:

IMetabaseSecurityExporter