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