Keeper SDK Class Library
C#
Show/Hide TOC
IBatch
Vault
Operations
Update
Record Method
Update a record
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
bool
UpdateRecord
(
KeeperRecord
record
)
Parameters
record
KeeperRecord
Keeper record
Return Value
Boolean
true is record is scheduled to be updated
See Also
Reference
IBatchVaultOperations Interface
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
See Also