Skip to main content

RelatedDocumentObject Properties

An object defining properties for the RelatedDocumentObject class.

Id

The unique identifier of the related document.

Type: long


Type

Specifies the type of the related document.

Type: int


SecretKey

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

Type: string


Name

A dictionary of localized names for the related document.

Type: Dictionary<string, string>


DownloadUrl

The URL where the related document can be downloaded.

Type: string


Description

A dictionary of localized descriptions for the related document.

Type: Dictionary<string, string>


Path

The file path of the related document.

Type: string


CreatedAt

The timestamp when the related document was created.

Type: DateTimeOffset?


Creator

The creator of the related document.

Type: string