FileAttachmentUploadTask Class

Creates a file attachment upload task.

Definition

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

Constructors

FileAttachmentUploadTask Initializes a new instance of FileAttachmentUploadTask class.

Methods

DisposeReleases all resources used by the FileAttachmentUploadTask

See Also