Plumtree Portal UI  
 

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

SecurityMatrixModel Class | com.plumtree.portaluiinfrastructure.securitymatrix Namespace