Click or drag to resize

ItemBrowseResult Properties

The ItemBrowseResult type exposes the following members.

Properties
 NameDescription
Public propertyContinuation 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.
Public propertyErrors Collection of errors that may have occurred during the browse.
Public propertyHasContinuation Indicates if there are more items available.
Public propertyHasErrors Indicates if any errors occurred during the browse. Any errors will be available in the Error list in this object.
Public propertyHasItems Indicates if any tags were found in the browse request. Any tags found will be available in the Items property.
Public propertyItems Collection of items found from the browse request.
Top
See Also