When I try to get the id from: string idValue = item[Lookup].ToString(); I get the next value by example: 1;#1 …
c# sharepoint-2010 lookup splistitemI have requirement to copy items from one SPList to another, Here is the code which is not working: public …
sharepoint splistitemI am updating a SharePoint list item using the ValidateUpdateListItem method of the client-side object model to prevent creation of …
sharepoint updates csom splistitem spuserfieldI am trying to get the most recent item created by a specific user by CAML query but it seems …
c# sharepoint caml splistitemI am trying to iterate through the SPListItem.Versions collection to find the latest approved list item. My list item …
sharepoint versioning document-library splistitemSometimes users require to change information in SharePoint list item that is not editable for them, for instance, a field …
sharepoint sharepoint-api splistitemOne of our customers has a problem that we cannot reproduce. We programmatically copy a document's properties to a destination …
sharepoint splistitemI have an SPListItem and I have an array of column names. When I try to access the SPListItem values …
sharepoint splistitem argumentexceptionI'm making a checklist for people to do tasks on our company website. The feature I'm working on right now …
c# sharepoint splistitemsharepoint allows multiple items to be added for a lookup column type. Is there a good article that has the …
sharepoint splistitem spfieldcollection