Click or drag to resize

IVaultDataTryGetRecord Method

Note: This API is now obsolete.

Gets the legacy record associated with the specified record UID.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
[ObsoleteAttribute("Use TryGetKeeperRecord")]
bool TryGetRecord(
	string recordUid,
	out PasswordRecord record
)

Parameters

recordUid  String
Record UID.
record  PasswordRecord
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
See Also