half food blog. half tech blog. half george blog.
Posts tagged wss
note to self: populating a SPFieldUserValue object
Dec 7th
SPFieldUserValue user = (SPFieldUserValue)item.Fields["Field Display Name"].GetFieldValue(item["FieldName"].ToString());
half food blog. half tech blog. half george blog.
Dec 7th
SPFieldUserValue user = (SPFieldUserValue)item.Fields["Field Display Name"].GetFieldValue(item["FieldName"].ToString());