Class RequestNodeCommandSettings
Requests that the node is sent to the caller given the JavaScript node object reference. All
nodes that form the path from the node to the root are also sent to the client as a series of
setChildNodes notifications.
public sealed class RequestNodeCommandSettings : ICommand
- Inheritance
-
RequestNodeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ObjectId
JavaScript object id to convert into node.
[JsonPropertyName("objectId")]
public string ObjectId { get; set; }