Plumtree PEIs  
 

IUserProfileActions Members

IUserProfileActions overview

Public Instance Methods

OnBeforeChangeUserProfile This functions was created to allow for some kind of verification of data to occur when a user tries to change their user profile. It gets called every time the editor attempts to save a page.

Warning: Values in _htFormData are String Arrays (String[]).
e.g.:
String[] arrVals = (String[]) _htFormData.GetElement(sKey);
String sVal = arrVals[0];
OnBeforeStoreUserProfile This functions was created to allow for some kind of verification of data to occur before a user tries to store their user profile. It gets called every time the editor is finished.

Warning: Values in _htFormData are String Arrays (String[]).
e.g.:
String[] arrVals = (String[]) _htFormData.GetElement(sKey);
String sVal = arrVals[0];

See Also

IUserProfileActions Interface | com.plumtree.portalpages.pei Namespace