Uiinfrastructure API Docs  
 

EditorModel.SavePage Method 

Calls the right save function according to the page name passed in argument.

public abstract int SavePage(
   string _sPageName,
   XPHashtable _htFormData
);

Parameters

_sPageName
_htFormData

Return Value

int Page status for server side validation

Implements

IRepostModel.SavePage

See Also

EditorModel Class | com.plumtree.uiinfrastructure.editor Namespace