msPinnedSiteState method

Indicates if the site is pinned, not pinned, or pinned with live tiles turned off.

This method will be supported in Microsoft Edge on Windows 10 in a future update.

Syntax

var varSiteState = external.msPinnedSiteState();

Parameters

  • varSiteState [out, retval]
    Type: number

    Value Meaning
    0

    Site is not pinned

    1

    Site is pinned and can receive notifications

    2

    Site is pinned; however, user has turned notifications off.

     

Return value

Type: number

0

Site is not pinned

1

Site is pinned and can receive notifications

2

Site is pinned; however, user has turned notifications off.

See also

external

IShellUIHelper6