The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WinJS.UI.CountResult enumeration

Indicates whether the IListDataAdapter was able to provide a count.
Syntax
var WinJS.UI.CountResult = { unknown : "unknown" }
Members
The CountResult enumeration has these members.
| Member | Value | Description |
|---|---|---|
| unknown | "unknown" |
Indicates no count is available. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
Show: