Plumtree Portal UI  
 

IBaseSearchQueryRO.GetFolderNameForID Method 

Utility method to lookup the name of a folder given its id. Pass isAdmin = true for admin folders, false for doc folders.

string GetFolderNameForID(
   int id,
   bool isAdmin
);

See Also

IBaseSearchQueryRO Interface | com.plumtree.portaluiinfrastructure.search Namespace