This commit is contained in:
parent
3635a5e403
commit
27b8dc52f3
@ -46,8 +46,8 @@ namespace vlnServerLibrary
|
|||||||
private List<vlnObject> LoadChildren(vlnObject o)
|
private List<vlnObject> LoadChildren(vlnObject o)
|
||||||
{
|
{
|
||||||
o.Children = new List<vlnObject>();
|
o.Children = new List<vlnObject>();
|
||||||
LoadChildrenFromFolders(o);// TODO: Load children based upon directory lookup
|
LoadChildrenFromFolders(o);
|
||||||
LoadChildrenFromDB(o,LookUp(o,"select"));// TODO: Load children based upon select statement
|
LoadChildrenFromDB(o,LookUp(o,"select"));
|
||||||
return o.Children;
|
return o.Children;
|
||||||
}
|
}
|
||||||
public string GetChildren(string sVlnObject)
|
public string GetChildren(string sVlnObject)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user