Click or drag to resize

AttachmentFileThumb Class

Represents a thumbnail of attachment.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultAttachmentFileThumb

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

The AttachmentFileThumb type exposes the following members.

Constructors
 NameDescription
Public methodAttachmentFileThumbInitializes a new instance of the AttachmentFileThumb class
Top
Properties
 NameDescription
Public propertyId Thumbnail ID.
Public propertySize Thumbnail size. pixels.
Public propertyType Thumbnail MIME type.
Top
Remarks
It usually is used for large image thumbnails.
See Also