Sharepoint Answers

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds
  Question Asked By: Harshit Guha   on Apr 29, 2010 In Sharepoint Category.

 
Question Answered By: Teresa Simpson   on Apr 29, 2010

You can assign the file  properties using sharepoint  listItem. After getting
the listItem using SPListItem, try to do like below:
listItem["Author"] = "Jackson";listItem["Subject"] = "Chemistry";
after assigning all fields  finally update the listItem and the changes will
appear.
listItem.Update();

Tagged:    

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on File Properties Or get search suggestion and latest updates.