TreeINFO-For-M365 documentation
    Preparing search index...
    interface ResultSet {
        Name: string;
        Path: string;
    }
    Index

    Properties

    Properties

    Name: string

    Name of the expression token. Used in IndexValue, TextValue, DataTableElements, etc.

    Path: string

    Path to the value within each result item.

    • JSON: lodash dot-notation — e.g. "title", "sidlo.nazevObce", "lines[0]"
    • XML: dot-delimited element local names — e.g. "Id", "Address.City"

    See WSDataSourceConfiguration.ResultSet for full documentation and examples.