Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Data
Try
Load
Keeper
Record Method
Tries to load a Keeper from storage. The loaded record can be modified and discarded without changing a record cache.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
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
Boolean
true
in the vault contains a record with specified UID; otherwise,
false
Implements
IVaultData
TryLoadKeeperRecord(String, KeeperRecord
)
See Also
Reference
VaultData Class
KeeperSecurity.Vault Namespace
TryGetKeeperRecord(String, KeeperRecord
)
In This Article
Definition
Parameters
Return Value
Implements
See Also