msStartPeriodicTileUpdate method

Starts a periodic update for a tile.

This method is only supported in Microsoft Edge on Windows 10.

Syntax

var retval = external.msStartPeriodicTileUpdate(pollingUri, startTime, uiUpdateRecurrence);

Parameters

  • pollingUri [in]
    Type: VARIANT

    The URI pointing to the XML file containing the details of the update.

  • startTime [in, optional]
    Type: VARIANT

    A Date object that indicates when the updates should begin.

  • uiUpdateRecurrence [in, optional]
    Type: VARIANT

    An integer that indicates the frequency of the updates.

    Value Meaning
    0

    Updates occur every thirty (30) minutes.

    1

    Updates occur every sixty (60) minutes.

    2

    Updates occur every six (6) hours.

    3

    Updates occur every twelve (12) hours.

    4

    Updates occur once a day.

     

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See also

external

IShellUIHelper6