All About Sharepoint
Amazing Sharepoint
Monday, 25 March 2013
Programatically get User From Modified by Field
SPFieldUser userField = (SPFieldUser)oSourceListItem.Fields.GetField("Modified By");
SPFieldUserValue fieldValue = (SPFieldUserValue)userField.GetFieldValue(oSourceListItem["Modified By"].ToString());
1 comment:
Unknown
20 August 2014 at 00:34
Very useful, thank you!
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Very useful, thank you!
ReplyDelete