Programmatically retrieve a form template from a SharePoint library.
Posted
by Dan Revell
on Stack Overflow
See other posts from Stack Overflow
or by Dan Revell
Published on 2010-03-30T16:33:26Z
Indexed on
2010/03/30
16:53 UTC
Read the original article
Hit count: 368
sharepoint
|infopath
So an InfoPath form is deployed to a SharePoint server. It gets deployed through central admin and then activated to a particular site collection. This site collection has a forms library with the appropriate content type for the activated InfoPath form.
Using the object model, how can I retrieve the form template back out of SharePoint programmatically. I know the url to the web, name of the list and the name of the form itself.
© Stack Overflow or respective owner