i have a list with a field (Customers) of people and group type with multiselection set to true i want to fetch the IEnumerable list of ids from that field as that field contains value in the format somewhat like (3;#;username)
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can iterate through the SPFieldUserValueCollection and obtain the id value like so:
|
|||
|
|