Click or drag to resize

FileRecord Class

Represents a Keeper File Record.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultKeeperRecord
    KeeperSecurity.VaultFileRecord

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

The FileRecord type exposes the following members.

Constructors
 NameDescription
Public methodFileRecordInitializes a new instance of the FileRecord class
Top
Properties
 NameDescription
Public propertyFileSize File size in bytes.
Public propertyLastModified Last time modified.
Public propertyMimeType File MIME type.
Public propertyName File Name.
Public propertyStorageFileSize On storage file size in bytes.
Public propertyStorageThumbnailSize On storage thumbnail size in bytes.
Public propertyThumbnailSize File size in bytes.
Top
Extension Methods
 NameDescription
Public Extension MethodKeeperRecordPublicInformation Returns common record information. Does not include sensitive data
(Defined by RecordTypesUtils)
Public Extension MethodKeeperRecordType Returns record type information.
(Defined by RecordTypesUtils)
Top
See Also