IVaultDataTryLoadKeeperRecord Method |
Tries to load a Keeper from storage.
The loaded record can be modified and discarded without changing a record cache.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax bool TryLoadKeeperRecord(
string recordUid,
out KeeperRecord record
)
Parameters
- recordUid String
- Record UID
- record KeeperRecord
- When this method returns true, contains requested record; otherwise null
Return Value
Booleantrue in the vault contains a record with specified UID; otherwise,
falseSee Also