Plumtree Portal UI  
 

ServerTreeModel.SetLocationsToHide Method 

Note: because of the fact that locations may contain commas (','), we use the semi-colon (';') to delimit the locations. Be sure to pass in strings with semi-colon delimted strings.

public virtual void SetLocationsToHide(
   string strLocs
);

Implements

IServerTreeModel.SetLocationsToHide

See Also

ServerTreeModel Class | com.plumtree.portaluiinfrastructure.tree Namespace | IServerTreeModel#SetLocationsToHide