Plumtree Portal UI  
 

ObjPropModel.GetSelectedReference Method 

Returns a String of Class IDs and Object IDs of the Objects to select in the tree. E.g.: "refClassID,ObjID1".

public virtual string GetSelectedReference(
   int _nRowIndex
);

Parameters

_nRowIndex
Row index

Return Value

String

Implements

IObjPropModelRO.GetSelectedReference

See Also

ObjPropModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace