Options
All
  • Public
  • Public/Protected
  • All
Menu

The data structure representing the loaded file.

Hierarchy

  • File

Index

Properties

blob?: string | Blob

The file content. When the host application uses .NET Workspace API, the client must pass the value as a base64 encoded string in a function argument. The string must not contain a Data URL prefix (e.g. data:application/octet-stream;base64,)

.NET Workspace API function return value will be a base64 encoded string.

file: FileEntry

The file related metadata

id: string

The identifier.

isOldVersion?: boolean

Defines whether there is a newer version available.

name: string

The file name.

nestingLevel: number

The nesting level in the file tree

permission?: string

Defines the permissions level.

type: string

The type of the file.

versionId: string

The version identifier of the file.