Click or drag to resize

RecordMatch Enumeration

[Missing <summary> documentation for "T:KeeperSecurity.Vault.RecordMatch"]


Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
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