Plumtree Portal UI  
 

ServerTreeModel.SetLocationsToSelect 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 SetLocationsToSelect(
   string strLocs
);

Implements

IServerTreeModel.SetLocationsToSelect

See Also

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