Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Online
Record
Attachments Method
Returns Record attachments
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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
In This Article
Definition
Parameters
Return Value
Implements
See Also