Click or drag to resize

ItemBrowseResult Class

Represents results of a browse request. It contains items found from the browse, any errors that occurred, and a continuation point if there are more items available.
Inheritance Hierarchy
SystemObject
  AxiomCore2.DataItemBrowseResult

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class ItemBrowseResult

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