IUiPrxReportAuditOperationEventArgs.Repeated

Syntax

Repeated: Boolean;

Description

The Repeated property determines whether an operation is repeated.

Comments

The property is set to False by default. If the operation is repeated, the property is set to True.

You can cancel logging (Args.Cancel := True) only for a repeated operation. Only Export to Web can be executed as a repeated operation (Args.Operation = PrxReportAuditOperation.Export And Args.FromWeb).

Example

The property use is given in the example for Comment.

See also:

IUiPrxReportAuditOperationEventArgs