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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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