ServerOperation.getSequenceItemNames

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")

class ServerOperation
string[]
getSequenceItemNames
(
string path
)

Parameters

path string

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

Return Value

Type: string[]

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