Show / Hide Table of Contents

    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.

    • Max length is 255
    • Not nullable
    Directory String Specifies the directory path of the linked file.

    • Max length is 255
    • Not nullable
    Orientation Int32 Specifies the preferred printing orientation of the file.

    • Portrait: 0
    • Landscape: 1
    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.

    • Obsolete since version 23.6 (Will always return true.)
    Introduced in version 2.44
    PrinterType Int32 Specifies the preferred printer type of the file.

    • Automatic: 0
    • External1: 1
    • External2: 2
    • External3: 3
    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB