Plumtree Portal UI  
 

ObjectSecurityModel.GetSelectedItems Method 

Returns a String of Class IDs and Object IDs of the Objects to select in the tree. E.g.: "classID1,ObjID1,classID2,objID2" This is the format used by the tree.

public override string GetSelectedItems();

Return Value

String

Implements

ISelectPTObjectModelRO.GetSelectedItems

See Also

ObjectSecurityModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity Namespace