Skip to main content

RelatedDocumentObject Properties

An object defining properties for the RelatedDocumentObject class.

SecretKey

A secret key associated with the related document for security purposes.

Type: string


Id

The unique identifier of the related document.

Type: long


Description

A dictionary of localized descriptions for the related document.

Type: Dictionary<string, string>


Type

Specifies the type of the related document.

Type: int


Name

A dictionary of localized names for the related document.

Type: Dictionary<string, string>


Path

The file path of the related document.

Type: string


DownloadUrl

The URL where the related document can be downloaded.

Type: string


CreatedAt

The timestamp when the related document was created.

Type: DateTimeOffset?


Creator

The creator of the related document.

Type: string