Click or drag to resize

IAttachmentUploadTask Interface

Defines properties of file upload task.

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

The IAttachmentUploadTask type exposes the following members.

Properties
 NameDescription
Public propertyMimeType Attachment MIME type.
Public propertyName Attachment name.
Public propertyStream Attachment read stream.
Public propertyThumbnail Thumbnail upload task. Optional.
Public propertyTitle Attachment title.
Top
See Also