Plumtree Portal UI  
 

ObjPropModel.CheckPickValuesAreValid Method 

If a property has a pick tree or pick list, check that the pick values can be successfully retrieved.

public virtual bool CheckPickValuesAreValid(
   int _nRowIndex
);

Parameters

_nRowIndex
Row index

Return Value

True if pick values can be successfully retrieved.

Implements

IObjPropModelRO.CheckPickValuesAreValid

See Also

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