Click or drag to resize

BrowseNode Class

* The Node that was browsed to containing information on the parent and child nodes.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiBrowseNode

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 BrowseNode : IMessage<BrowseNode>, 
	IMessage, IEquatable<BrowseNode>, IDeepCloneable<BrowseNode>, 
	IBufferMessage

The BrowseNode type exposes the following members.

Constructors
 NameDescription
Public methodBrowseNodeInitializes a new instance of the BrowseNode class
Public methodBrowseNode(BrowseNode)Initializes a new instance of the BrowseNode class
Top
Properties
 NameDescription
Public propertyChildren The information on all child nodes.
Public propertyStatic memberDescriptor 
Public propertyErrorMessage The error message if any errors occurred.
Public propertyParentIdPath The path to the parent node.
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberChildrenFieldNumberField number for the "children" field.
Public fieldStatic memberErrorMessageFieldNumberField number for the "error_message" field.
Public fieldStatic memberParentIdPathFieldNumberField number for the "parent_id_path" field.
Top
See Also