AttachmentFile Class

Represents attachment file.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class AttachmentFile : IAttachment
Inheritance
Object    AttachmentFile
Implements
IAttachment

Constructors

AttachmentFileInitializes a new instance of the AttachmentFile class

Properties

Id Attachment ID.
Key Attachment encryption key.
LastModified Last time modified.
MimeType Attachment MIME type.
Name Attachment name.
Size Attachment size in bytes.
Thumbnails A list of thumbnails.
Title Attachment title.

See Also