TreeINFO-For-M365 documentation
    Preparing search index...

    Interface Attachment

    Example:

    {
    "ViewFileIcon": true,
    "EnableItemSelection": true,
    "EnableEdit": true,
    "EnableDownload": true,
    "EnableAppendAndRemove": true,
    "MaxItemsOnPage": 10,
    "FolderDateFormat": "yyyy_MM",
    "LibraryUrl": "{WebUrl}/{ListName}_Attachments"
    }
    interface Attachment {
        EnableAppendAndRemove: boolean;
        EnableDownload: boolean;
        EnableItemSelection: boolean;
        FolderDateFormat: string;
        LibraryUrl: string;
        MaxItemsOnPage: number;
        Resources?: Resource[];
        ViewFileIcon: boolean;
    }
    Index

    Properties

    EnableAppendAndRemove: boolean
    EnableDownload: boolean

    Maked file name a clickable download link.

    EnableItemSelection: boolean

    View/Hide selection checkbox column.

    FolderDateFormat: string

    Date format pattern used to generate folder names. See documentation for available expression tokens.

    LibraryUrl: string

    Document library relative URL for attachments.

    MaxItemsOnPage: number

    Maximum rows per page.

    Resources?: Resource[]
    ViewFileIcon: boolean

    View/Hide document type icon column.