Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
IVault Interface
IVault Methods
AuditLogRecordCopyPassword Method
AuditLogRecordOpen Method
CancelSharesWithUser Method
CreateFolder Method
CreateRecord Method
DeleteFolder Method
DeleteRecords Method
GetRecordHistory Method
GetSharesForRecords Method
GetTeamsForShare Method
GetUserPublicKeys Method
GetUsersForShare Method
MoveFolder Method
MoveRecords Method
RenameFolder Method
RevokeShareFromUser Method
SendShareInvitationRequest Method
ShareRecordWithUser Method
StoreNonSharedData<T> Method
TransferRecordToUser Method
UpdateFolder Method
UpdateRecord Method
UpdateRecords Method
IVault
Get
Shares
For
Records Method
Retrieves record sharing information.
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
Task
<
IEnumerable
<
RecordSharePermissions
>>
GetSharesForRecords
(
IEnumerable
<
string
>
recordUids
)
Parameters
recordUids
IEnumerable
String
List of record UIDs
Return Value
Task
IEnumerable
RecordSharePermissions
Awaitable task returning record share details
See Also
Reference
IVault Interface
KeeperSecurity.Vault Namespace