Keeper SDK Class Library
C#
Show/Hide TOC
IVault
Update
Record Method
Modifies a password record.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
<
KeeperRecord
>
UpdateRecord
(
KeeperRecord
record
,
bool
skipExtra
=
true
)
Parameters
record
KeeperRecord
Keeper Record.
skipExtra
Boolean
(Optional)
Do not update file attachment information on the record.
Return Value
Task
KeeperRecord
A task returning updated password record.
Exceptions
KeeperApiException
See Also
Reference
IVault Interface
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also