Click or drag to resize

IAttachment Interface

Defines property for file attachment

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

The IAttachment type exposes the following members.

Properties
 NameDescription
Public propertyAttachmentKey Attachment encryption key.
Public propertyId Attachment ID.
Public propertyLastModified Last time modified.
Public propertyMimeType Attachment MIME type.
Public propertyName Attachment name.
Public propertySize Attachment size in bytes.
Public propertyTitle Attachment title.
Top
See Also