Click or drag to resize

AttachmentFile Class

Represents attachment file.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultAttachmentFile

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class AttachmentFile : IAttachment

The AttachmentFile type exposes the following members.

Constructors
 NameDescription
Public methodAttachmentFileInitializes a new instance of the AttachmentFile class
Top
Properties
 NameDescription
Public propertyId Attachment ID.
Public propertyKey Attachment encryption key.
Public propertyLastModified Last time modified.
Public propertyMimeType Attachment MIME type.
Public propertyName Attachment name.
Public propertySize Attachment size in bytes.
Public propertyThumbnails A list of thumbnails.
Public propertyTitle Attachment title.
Top
See Also