Click or drag to resize

BrowseRequest Class

* A request to browse using the node id to get the specified node
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiBrowseRequest

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

The BrowseRequest type exposes the following members.

Constructors
 NameDescription
Public methodBrowseRequestInitializes a new instance of the BrowseRequest class
Public methodBrowseRequest(BrowseRequest)Initializes a new instance of the BrowseRequest class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyForceReload Whether or not to fore reload the views tree.
Public propertyNodeIdPath The node ID for the path to browse.
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberForceReloadFieldNumberField number for the "force_reload" field.
Public fieldStatic memberNodeIdPathFieldNumberField number for the "node_id_path" field.
Top
See Also