Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Data
Try
Get
Keeper
Record Method
Gets the Keeper record associated with the specified record UID from a record cache.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
bool
TryGetKeeperRecord
(
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
TryGetKeeperRecord(String, KeeperRecord
)
See Also
Reference
VaultData Class
KeeperSecurity.Vault Namespace
TryLoadKeeperRecord(String, KeeperRecord
)
In This Article
Definition
Parameters
Return Value
Implements
See Also