<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SharePoint Integration</title><link>https://www.infopathdev.com:443/forums/46.aspx</link><description> For questions concerning issues in the integration of SharePoint and Microsoft InfoPath.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Retrieving SharePoint site title name possible?</title><link>https://www.infopathdev.com:443/forums/thread/37659.aspx</link><pubDate>Mon, 26 Jan 2009 15:55:52 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:37659</guid><dc:creator>geoffc</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/37659.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=46&amp;PostID=37659</wfw:commentRss><description>anyone else have any ideas on how to accomplis this?</description></item><item><title>Re: Retrieving SharePoint site title name possible?</title><link>https://www.infopathdev.com:443/forums/thread/36930.aspx</link><pubDate>Mon, 12 Jan 2009 14:40:04 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:36930</guid><dc:creator>geoffc</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/36930.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=46&amp;PostID=36930</wfw:commentRss><description>&lt;p&gt;Thank you Swathip. The site title is actually different than the site title in the URL. The reason for this is that the title can be very lengthy and we wanted the URL to be short. Is there any way to access this title?&lt;/p&gt;</description></item><item><title>Re: Retrieving SharePoint site title name possible?</title><link>https://www.infopathdev.com:443/forums/thread/34853.aspx</link><pubDate>Tue, 25 Nov 2008 05:21:54 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:34853</guid><dc:creator>swathip</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/34853.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=46&amp;PostID=34853</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Use the following code lines to get the site name.&amp;nbsp;Note: This code works if the url is in the form of &lt;a href="http:"&gt;//&amp;quot; target=_blank&amp;gt;http://&amp;lt;servername&amp;gt;/&amp;lt;sitename&amp;gt;/&lt;/a&gt;....&amp;nbsp;Ex: &lt;a href="http://server3/test/test1/Forms/template.xsn" target="_blank"&gt;http://server3/test/test1/Forms/template.xsn&lt;/a&gt;&amp;nbsp;We will get the value ‘test&amp;#39; if we use the following code lines.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;string url = thisXDocument.Solution.URI;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;url = ((url.Remove(0, url.Substring(0, url.IndexOf(&amp;quot;//&amp;quot;) + 2).Length)).Remove(0, url.Substring(0, url.IndexOf(&amp;quot;/&amp;quot;) + 3).Length)).Substring(0, url.IndexOf(&amp;quot;/&amp;quot;) - 1);&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Retrieving SharePoint site title name possible?</title><link>https://www.infopathdev.com:443/forums/thread/34806.aspx</link><pubDate>Mon, 24 Nov 2008 14:55:24 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:34806</guid><dc:creator>geoffc</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/34806.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=46&amp;PostID=34806</wfw:commentRss><description>&lt;p&gt;Is it possible for InfoPath to retrieve the SharePoint site title name and have it automatically populate in a text box? Any information is appreciated. Thank you.&lt;/p&gt;</description></item></channel></rss>