Esempio n. 1
0
 private void getEthnicityAndSetSPUser()
 {
     if (checkIfValueHasBeenSet(ethnicity))
     {
         SPUser.SetEthnicity((SPUserEthnicity)Enum.Parse(typeof(SPUserEthnicity), ethnicity));
     }
 }