Keeper SDK Class Library
C#
Show/Hide TOC
IVault
File
Attachment
Record
Attachments Method
Returns Record attachments
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
IEnumerable
<
IAttachment
>
RecordAttachments
(
KeeperRecord
record
)
Parameters
record
KeeperRecord
Keeper record
Return Value
IEnumerable
IAttachment
List od attachments
See Also
Reference
IVaultFileAttachment Interface
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
See Also