AttachmentFileThumb Class

Represents a thumbnail of attachment.

Definition

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

Remarks

It usually is used for large image thumbnails.

Constructors

AttachmentFileThumbInitializes a new instance of the AttachmentFileThumb class

Properties

Id Thumbnail ID.
Size Thumbnail size. pixels.
Type Thumbnail MIME type.

See Also