Plumtree Portal UI  
 

SubscribeMatrixModel.SavePage Method 

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

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

Parameters

_sPageName
_htFormData

Return Value

int Page status for server side validation

Implements

IRepostModel.SavePage

See Also

SubscribeMatrixModel Class | com.plumtree.portaluiinfrastructure.subscribematrix Namespace