PDA

View Full Version : Reading meta data stored in Word templates on SharePoint



rgmatthes
09-16-2011, 09:22 AM
I have a doc library on SharePoint for my work templates (DOTX). Each template has an ID stored in a column with the header "Template ID".

I want to loop through each template in that SharePoint doc library and read the Template ID value. That's it.

Seems so simple, but I can't find anything to really help me out. Dir$ doesn't seem to recognize the doc library files, ContentTypeProperties doesn't seem to work unless the template is opened, and using WebDav seems like WAAYY more than I need. (I just need to read - not write!)

Any ideas?


THANKS A MILLION!

rgmatthes
09-19-2011, 01:40 PM
Test