Item |
public sealed class ItemBrowseResult
The ItemBrowseResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Continuation | Identifies the continuation point where the browse left off. Used when the user makes a second request to get the next block of items from the browse function. | |
| Errors | Collection of errors that may have occurred during the browse. | |
| HasContinuation | Indicates if there are more items available. | |
| HasErrors | Indicates if any errors occurred during the browse. Any errors will be available in the Error list in this object. | |
| HasItems | Indicates if any tags were found in the browse request. Any tags found will be available in the Items property. | |
| Items | Collection of items found from the browse request. |