Plumtree Portal UI  
 

ObjPropModel.SaveSection Method 

Saves the data when a repost occurs. Editors using this framework need to call that method from the SavePage method of the main Model. If the object doesn't support object properties, then don't save the rows.

public override int SaveSection(
   XPHashtable _htFormData
);

Parameters

_htFormData

Return Value

int Status for server side validation

See Also

ObjPropModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace | EditorHelperModel#SaveSection