ServerOperation.getSequenceItemNames

string[] getSequenceItemNames(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

patha 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 [glib.global.strfreev])