Plumtree Portal UI  
 

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

LocNamesModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.localizednames Namespace