RecordMatch Enumeration

Represents record existing match strategy

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public enum RecordMatch

Members

None0 Do not match existing records when added.
MainFields1 Match only main fields. Skip notes and custom fields
AllFields2 Match all record fields.

See Also