get_value_at


Description:

[ CCode ( cname = "gda_server_operation_get_value_at_path" ) ]
[ Version ( since = "4.2.6" ) ]
public unowned Value? get_value_at (string path)

Get the value for the node at the path path

Parameters:

this

a ServerOperation object

path

a complete path to a node (starting with "/")

Returns:

a constant Value if a value has been defined, or null if the value is undefined or if the path is not defined or path does not hold any value.