AttachmentUploadTask Class

Creates an attachment upload task.

Definition

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

Constructors

AttachmentUploadTask Initializes a new instance of AttachmentUploadTask class.

Properties

MimeType Attachment MIME type.
Name Attachment name.
Stream Attachment read stream.
Thumbnail Thumbnail upload task. Optional.
Title Attachment title.

See Also