msStartPeriodicTileUpdateBatch method

Starts a set of periodic updates for a tile.

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

Syntax

var retval = external.msStartPeriodicTileUpdateBatch(pollingUris, startTime, uiUpdateRecurrence);

Parameters

  • pollingUris [in]
    Type: string

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

  • startTime [in, optional]
    Type: object

    A Date object that indicates when the updates should begin.

  • uiUpdateRecurrence [in, optional]
    Type: number

    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

This method does not return a value.

See also

external

IShellUIHelper6