Skip to main content

FileSelectorObject Properties

An object defining properties for the FileSelectorObject class.

SecretKey

A secret key associated with the file selector object for security purposes.

Type: string


Id

The unique identifier of the file selector object.

Type: long


Description

A dictionary of localized descriptions for the file selector object.

Type: Dictionary<string, string>


Type

Specifies the type of the file selector object.

Type: int


Name

A dictionary of localized names for the file selector object.

Type: Dictionary<string, string>


Path

The file path of the file selector object.

Type: string


DownloadUrl

The URL where the file selector object can be downloaded.

Type: string


CreatedAt

The timestamp when the file selector object was created.

Type: DateTimeOffset?


Creator

The creator of the file selector object.

Type: string