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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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