IVaultUpdateRecords Method |
Modifies multiple password records.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task<IList<RecordUpdateStatus>> UpdateRecords(
IEnumerable<KeeperRecord> records
)
Parameters
- records IEnumerableKeeperRecord
- Keeper Records.
Return Value
TaskIListRecordUpdateStatusA task returning record update statuses.
Exceptions See Also