Keeper SDK Class Library
C#
Show/Hide TOC
IVault
Update
Records Method
Modifies multiple password records.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
<
IList
<
RecordUpdateStatus
>>
UpdateRecords
(
IEnumerable
<
KeeperRecord
>
records
)
Parameters
records
IEnumerable
KeeperRecord
Keeper Records.
Return Value
Task
IList
RecordUpdateStatus
A task returning record update statuses.
Exceptions
KeeperApiException
See Also
Reference
IVault Interface
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also