Keeper SDK Class Library
C#
Show/Hide TOC
Record
Match Enumeration
Represents record existing match strategy
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
enum
RecordMatch
Members
None
0
Do not match existing records when added.
MainFields
1
Match only main fields. Skip notes and custom fields
AllFields
2
Match all record fields.
See Also
Reference
KeeperSecurity.Vault Namespace
In This Article
Definition
Members
See Also