Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
VaultOnline Class
VaultOnline Methods
AddSecretManagerClient Method
AuditLogRecordCopyPassword Method
AuditLogRecordOpen Method
CancelSharesWithUser Method
ChangeRecordInSharedFolder Method
CreateFolder Method
CreateRecord Method
CreateSecretManagerApplication Method
DeleteAttachment Method
DeleteFolder Method
DeleteRecords Method
DeleteSecretManagerApplication Method
DeleteSecretManagerClient Method
DownloadAttachment Method
GetConfiguration Method
GetRecordHistory Method
GetSecretManagerApplication Method
GetSharesForRecords Method
GetTeamsForShare Method
GetUserPublicKeys Method
GetUsersForShare Method
MoveFolder Method
MoveRecords Method
PutUserToSharedFolder Method
RecordAttachments Method
RemoveUserFromSharedFolder Method
RenameFolder Method
RevokeShareFromUser Method
ScheduleSyncDown Method
SendShareInvitationRequest Method
ShareRecordWithUser Method
ShareToSecretManagerApplication Method
StoreNonSharedData<T> Method
SyncDown Method
TransferRecordToUser Method
UnshareFromSecretManagerApplication Method
UpdateFolder Method
UpdateRecord Method
UpdateRecords Method
UploadAttachment Method
Vault
Online
Record
Attachments Method
Returns Record attachments
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
IEnumerable
<
IAttachment
>
RecordAttachments
(
KeeperRecord
record
)
Parameters
record
KeeperRecord
Keeper record
Return Value
IEnumerable
IAttachment
List od attachments
Implements
IVaultFileAttachment
RecordAttachments(KeeperRecord)
See Also
Reference
VaultOnline Class
KeeperSecurity.Vault Namespace