Click or drag to resize

RecordMatch Enumeration

Represents record existing match strategy

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public enum RecordMatch
Members
Member nameValueDescription
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