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