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

    Search result item enriched with source list identification. Used when items are aggregated from multiple SharePoint lists.

    interface SearchResultItem {
        Id: number;
        listId: string;
        listUrl: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Additional properties of the list item by internal name of the field

    Index

    Properties

    Properties

    Id: number

    SharePoint item ID

    listId: string

    GUID of the source SharePoint list

    listUrl: string

    Server-relative URL of the source list's root folder (e.g. "/sites/MySite/Lists/Invoices")