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