0
comment
comment
on 7/18/2012 3:17 PM
Another often asked question is a ‘How to change SPListItem Created/Modified date’. Such task occur when you importing documents to the SharePoint from another source when you want to save authorship and time information. To update Created and Modified date you can use SPListItem indexer to modify infomation and call Update() to save changes. To modify CreatedBy and [...]