Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
VaultData Class
VaultData Methods
Dispose Method
LoadNonSharedData<T> Method
TryGetFolder Method
TryGetKeeperApplication Method
TryGetKeeperRecord Method
TryGetRecordTypeByName Method
TryGetSharedFolder Method
TryGetTeam Method
TryLoadKeeperRecord Method
Vault
Data
Try
Get
Keeper
Record Method
Gets the Keeper record associated with the specified record UID from a record cache.
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
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
)