Remove document Metadata
-
Tuesday, May 08, 2012 8:51 AM
Hi,
When i add a document in a library, SharePoint add the content type (associated to the file) metadata to the document.
I need to create some copy of exisiting documents in a library and add them to the same library with a different name, but when i insert the new file, the metadata of the copied are apply to the new document.
How can i remove the document metadata added by SharePoint 2010 on OpenXML Document ? with an OpenXml function ?
Thank you,
eGm
All Replies
-
Thursday, May 10, 2012 3:36 PM
Hello,
In document library, if you create columns for document metadata; you can always use SharePoint API to remove it. Afterall, its just like working with SPList.
Best regards,
Riwut Libinuko
SharePoint Architect, Singapore
Microsoft MVP | SharePoint Server | Singapore
Blog : http://blog.libinuko.com- Marked As Answer by GuYumingMicrosoft Contingent Staff, Moderator Monday, May 14, 2012 6:29 AM
-
Monday, May 14, 2012 6:31 AMModeratorAfter updating the SharePoint document metadata, it will be automatically synchronized to the Office document property: http://msdn.microsoft.com/en-us/library/aa543341.aspx

