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

    Interface AdvancedChoice

    Example:

    {
    "Choices": [
    {
    "Value": "low",
    "Title": "RESX.$O_low"
    },
    {
    "Value": "high",
    "Title": "RESX.$O_high"
    }
    ],
    "Resources":[
    {
    "LCID":"1029",
    "$O_low": "Základní",
    "$O_high": "Zvýšená"
    },
    {
    "LCID":"1033",
    "$O_low": "Low",
    "$O_high": "High"
    }
    ]
    }
    interface AdvancedChoice {
        Choices: Choice[];
        Resources?: Resource[];
    }
    Index

    Properties

    Properties

    Choices: Choice[]
    Resources?: Resource[]