Keeper SDK Class Library
C#
Show/Hide TOC
IAttachment Interface
Defines property for file attachment
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
interface
IAttachment
Properties
AttachmentKey
Attachment encryption key.
Id
Attachment ID.
LastModified
Last time modified.
MimeType
Attachment MIME type.
Name
Attachment name.
Size
Attachment size in bytes.
Title
Attachment title.
See Also
Reference
KeeperSecurity.Vault Namespace
In This Article
Definition
Properties
See Also