IListDataAdapter.itemSignature method

Returns a string representation of the specified item that can be used for comparisons.

Syntax

var string = iListDataAdapter.itemSignature(item);

Parameters

  • item
    Type: IItem**

    The item for which to generate a signature.

Return value

Type: String

The signature representation of the specified item.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IListDataAdapter