Plumtree Portal UI  
 

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

KeywordsModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.keywords Namespace