get_sequence_item_names


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[] get_sequence_item_names (string path)

Fetch the contents of a sequence.

path can describe either a sequence (for example "/SEQNAME") or an item in a sequence (for example "/SEQNAME/3")

Parameters:

this

a ServerOperation object

path

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

Returns:

a array of strings containing the complete paths of the nodes contained at path (free with strfreev)