ISecuritySnapshotCallback.OnSubjectApply

Syntax

OnSubjectApply(ApplyState: ApplyStateType; Subject: ISecuritySubject; Var State: Integer);

OnSubjectApply(ApplyState: Prognoz.Platform.Interop.Metabase.ApplyStateType; Subject: Prognoz.Platform.Interop.Metabase.ISecuritySubject; Var State: System.Int32);

Parameters

ApplyState. Security subject recovery type.

Subject. Security subject.

State. State.

Description

The OnSubjectApply method implements an event that takes place while restoring the users/groups.

Example

The method use is given in the example for ISecuritySnapshot.ApplyFromFile.

See also:

ISecuritySnapshotCallback