Exemplo n.º 1
0
 public MetaListItem[] List(string path = null)
 {
     return(DDBWrapper.MetaList(_ddb.DatasetFolderPath, path).ToArray());
 }