Skip to content

FileInfo

Overview

Represents a file instance.

{
  string Id,
  string Hash,
  string MimeType,
  string Name,
  string OwnerId,
  DateTimeOffset CreateDate
}

Details

Id Gets the unique identifier of file

Hash Gets the SHA-1 digest of file content.

MimeType Gets the mime type of content

Name Gets the name of file.

OwnerId Gets the owner identity id of file.

CreateDate Gets the create date of file.

scriptingfiles