FileLink
Type, Introduced in version 2.18
Represents a file that has been linked to a comment.
Used by the Comments entity.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the file link. |
|
FilePathId | Int64 | The business key identifier of the file path. |
Introduced in version 2.44 |
FileLinkContainerId | Int64 | The business key identifier of the file link container. |
Introduced in version 2.44 |
IsDefault | Boolean | Specifies if the linked file should be selected by default. |
|
IsGenerated | Boolean | Specifies if the linked file has been automatically generated by MONITOR or not. |
|
Filename | String | Specifies the filename of the linked file.
|
|
Directory | String | Specifies the directory path of the linked file.
|
|
Orientation | Int32 | Specifies the preferred printing orientation of the file.
|
Introduced in version 2.44 |
AutomaticPrintOut | Boolean | Specifies if the linked file should use automatic printouts. |
Introduced in version 2.44 |
GenerateCopies | Boolean | Specifies if the linked file should generate copies. |
Introduced in version 2.44 |
AllowExternalEditing | Boolean | Specifies if the linked file allows external editing.
|
Introduced in version 2.44 |
PrinterType | Int32 | Specifies the preferred printer type of the file.
|
Introduced in version 2.44 |
Example
{
"Id": 0,
"FilePathId": 0,
"FileLinkContainerId": 0,
"IsDefault": false,
"IsGenerated": false,
"Filename": null,
"Directory": null,
"Orientation": 0,
"AutomaticPrintOut": false,
"GenerateCopies": false,
"AllowExternalEditing": false,
"PrinterType": 0
}