Click or drag to resize

FileAttachmentUploadTask Class

Creates a file attachment upload task.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultAttachmentUploadTask
    KeeperSecurity.VaultFileAttachmentUploadTask

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class FileAttachmentUploadTask : AttachmentUploadTask, 
	IDisposable

The FileAttachmentUploadTask type exposes the following members.

Constructors
 NameDescription
Public methodFileAttachmentUploadTask Initializes a new instance of FileAttachmentUploadTask class.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the FileAttachmentUploadTask
Top
See Also