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