IAttachmentUploadTask Interface

Defines properties of file upload task.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IAttachmentUploadTask

Properties

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

See Also