My Application Framework

Cache.RetrieveObjectList Method 

Retrive a list of objects under a hierarchical location

public virtual object[] RetrieveObjectList(
   string xpath
);

Parameters

xpath
hierarchical location

Return Value

an array of objects

See Also

Cache Class | MyAF.Cache Namespace