Uiinfrastructure API Docs  
 

ExpListModel.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.

public override int SaveSection(
   XPHashtable _htFormData
);

Parameters

_htFormData

Return Value

int Status for server side validation

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace