Click or drag to resize

BrowseInfo Class

* The information of each child node returned by the Browse request.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiBrowseInfo

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public sealed class BrowseInfo : IMessage<BrowseInfo>, 
	IMessage, IEquatable<BrowseInfo>, IDeepCloneable<BrowseInfo>, 
	IBufferMessage

The BrowseInfo type exposes the following members.

Constructors
 NameDescription
Public methodBrowseInfoInitializes a new instance of the BrowseInfo class
Public methodBrowseInfo(BrowseInfo)Initializes a new instance of the BrowseInfo class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyIconName The icon name.
Public propertyIdPath The ID Path of the node.
Public propertyNumChildren The number of children.
Public propertyNumTags The number of tags.
Public propertyStatic memberParser 
Public propertyText The text related to the node.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberIconNameFieldNumberField number for the "icon_name" field.
Public fieldStatic memberIdPathFieldNumberField number for the "id_path" field.
Public fieldStatic memberNumChildrenFieldNumberField number for the "num_children" field.
Public fieldStatic memberNumTagsFieldNumberField number for the "num_tags" field.
Public fieldStatic memberTextFieldNumberField number for the "text" field.
Top
See Also