<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Programmatically creating Wiki Pages</title>
	<atom:link href="http://blog.mastykarz.nl/programmatically-creating-wiki-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-89852</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 24 Aug 2011 17:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-89852</guid>
		<description>@Steve: That&#039;s a good one! Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>@Steve: That&#039;s a good one! Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brown</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-89811</link>
		<dc:creator>Steve Brown</dc:creator>
		<pubDate>Wed, 24 Aug 2011 07:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-89811</guid>
		<description>Hi Waldek,

There&#039;s also an SPUtility method called CreateNewWikiPage which accepts an SPList and Url string as parameters.  It returns an SPFile object.</description>
		<content:encoded><![CDATA[<p>Hi Waldek,</p>
<p>There&#039;s also an SPUtility method called CreateNewWikiPage which accepts an SPList and Url string as parameters.  It returns an SPFile object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-82111</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Tue, 14 Jun 2011 09:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-82111</guid>
		<description>Hi nice post bt just 1 change
SPFile wikiPage = rootFolder.Files.Add(String.Format(&quot;{0}/{1}&quot;, rootFolder.ServerRelativeUrl, &quot;Home.aspx&quot;), SPTemplateFileType.WikiPage); 

rootFolder.ServerRelativeUrl : if not written like this it will throw an exception</description>
		<content:encoded><![CDATA[<p>Hi nice post bt just 1 change<br />
SPFile wikiPage = rootFolder.Files.Add(String.Format(&#034;{0}/{1}&#034;, rootFolder.ServerRelativeUrl, &#034;Home.aspx&#034;), SPTemplateFileType.WikiPage); </p>
<p>rootFolder.ServerRelativeUrl : if not written like this it will throw an exception</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankit</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-49486</link>
		<dc:creator>ankit</dc:creator>
		<pubDate>Mon, 14 Jun 2010 16:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-49486</guid>
		<description>hi,
i found the solution .

we have to track collection,then List then  item in which there is property  modified and all so from there we can find .
sharepoint is storing different changes in different folder for each page .</description>
		<content:encoded><![CDATA[<p>hi,<br />
i found the solution .</p>
<p>we have to track collection,then List then  item in which there is property  modified and all so from there we can find .<br />
sharepoint is storing different changes in different folder for each page .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-49437</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sun, 13 Jun 2010 12:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-49437</guid>
		<description>@ankit: you could try using the SPList.GetChanges method, although I&#039;m not sure it will provide you with the exact changes in the content.</description>
		<content:encoded><![CDATA[<p>@ankit: you could try using the SPList.GetChanges method, although I&#039;m not sure it will provide you with the exact changes in the content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankit</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-49396</link>
		<dc:creator>ankit</dc:creator>
		<pubDate>Sat, 12 Jun 2010 16:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-49396</guid>
		<description>hi,
i need help in finding list of pages which have been changed and where it has been changed .
please if you have idea provide me code for finding list of sharpoint wikki page ,what page has been changed and what changed had done in history .
how to find it ?</description>
		<content:encoded><![CDATA[<p>hi,<br />
i need help in finding list of pages which have been changed and where it has been changed .<br />
please if you have idea provide me code for finding list of sharpoint wikki page ,what page has been changed and what changed had done in history .<br />
how to find it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankit</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-49044</link>
		<dc:creator>ankit</dc:creator>
		<pubDate>Thu, 03 Jun 2010 19:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-49044</guid>
		<description>Hi,
wikki is wikki folder name how can we get wikki list name to add the page on wikki sharepoint new created site .

how can we get wikki lists name from sharepoint site ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
wikki is wikki folder name how can we get wikki list name to add the page on wikki sharepoint new created site .</p>
<p>how can we get wikki lists name from sharepoint site ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankit</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-49043</link>
		<dc:creator>ankit</dc:creator>
		<pubDate>Thu, 03 Jun 2010 19:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-49043</guid>
		<description>Thank you very much for ur reply.
yes its [wikki] folder name on wikki site.its default created when we create sharepoint wikki site and i want to put new wikki page in that folder.

i want to ask u one more thing 

can we access existing site using like below code 

SPSite site = new SPSite(&quot;http://compnayapp02:221/sharepointwikki&quot;);

{
SPWeb rootWeb = site.RootWeb;
SPList wiki = rootWeb.Lists[&quot;MyWiki&quot;];

//here i got error on getting Mywiki folder .

}</description>
		<content:encoded><![CDATA[<p>Thank you very much for ur reply.<br />
yes its [wikki] folder name on wikki site.its default created when we create sharepoint wikki site and i want to put new wikki page in that folder.</p>
<p>i want to ask u one more thing </p>
<p>can we access existing site using like below code </p>
<p>SPSite site = new SPSite(&#034;http://compnayapp02:221/sharepointwikki&#034;);</p>
<p>{<br />
SPWeb rootWeb = site.RootWeb;<br />
SPList wiki = rootWeb.Lists["MyWiki"];</p>
<p>//here i got error on getting Mywiki folder .</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-48797</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 31 May 2010 18:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-48797</guid>
		<description>@Ankit: Is MyWiki the Title or the Name of your Wiki List?</description>
		<content:encoded><![CDATA[<p>@Ankit: Is MyWiki the Title or the Name of your Wiki List?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-48792</link>
		<dc:creator>Ankit</dc:creator>
		<pubDate>Mon, 31 May 2010 17:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-48792</guid>
		<description>Hi,
This is really a good article .
I followed it but i got some error.
we have own sharpoint server. i created wikki site on it .there is wikki page folder .
if i want to access it using outside of applicaiton can the same code worked or i need webservices for it.

on shrepoint server i installed .net and run above code 

we have sharpoint application which run in browser show code like 

http://compnayapp02:221/
in that i created wikki sitenamed  sharepointwikki


http://compnayapp02:221/sharepointwikki


SPSite site = new SPSite(&quot;http://compnayapp02:221/sharepointwikki&quot;);

           {
                SPWeb rootWeb = site.RootWeb;
                SPList wiki = rootWeb.Lists[&quot;MyWiki&quot;];
            
               //here i got error on getting Mywiki folder .
              
               
            
            }
            
            // how to pass spsite name please tell me.
            i am trying to find solutions since many days but  i am not able to get solution .
            please help me.
            
            i have only few  days for finish my work.
            Regards,
            ankit.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is really a good article .<br />
I followed it but i got some error.<br />
we have own sharpoint server. i created wikki site on it .there is wikki page folder .<br />
if i want to access it using outside of applicaiton can the same code worked or i need webservices for it.</p>
<p>on shrepoint server i installed .net and run above code </p>
<p>we have sharpoint application which run in browser show code like </p>
<p><a href="http://compnayapp02:221/" rel="nofollow">http://compnayapp02:221/</a><br />
in that i created wikki sitenamed  sharepointwikki</p>
<p><a href="http://compnayapp02:221/sharepointwikki" rel="nofollow">http://compnayapp02:221/sharepointwikki</a></p>
<p>SPSite site = new SPSite(&#034;http://compnayapp02:221/sharepointwikki&#034;);</p>
<p>           {<br />
                SPWeb rootWeb = site.RootWeb;<br />
                SPList wiki = rootWeb.Lists["MyWiki"];</p>
<p>               //here i got error on getting Mywiki folder .</p>
<p>            }</p>
<p>            // how to pass spsite name please tell me.<br />
            i am trying to find solutions since many days but  i am not able to get solution .<br />
            please help me.</p>
<p>            i have only few  days for finish my work.<br />
            Regards,<br />
            ankit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

