<?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</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:43:19 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Bloody Wikis in SharePoint 2007 &#187; Andy Burns&#8217; SharePoint Blog</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-46643</link>
		<dc:creator>Bloody Wikis in SharePoint 2007 &#187; Andy Burns&#8217; SharePoint Blog</dc:creator>
		<pubDate>Tue, 20 Apr 2010 12:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-46643</guid>
		<description>[...] off, calling the SPListItem.Title for a Wiki pages causes an ArgumentException. (Waldek Mastykarz has written about this). Kind of makes sense &#8211; the wiki item doesn&#8217;t have a title &#8211; but I&#8217;d prefer [...]</description>
		<content:encoded><![CDATA[<p>[...] off, calling the SPListItem.Title for a Wiki pages causes an ArgumentException. (Waldek Mastykarz has written about this). Kind of makes sense &#8211; the wiki item doesn&#039;t have a title &#8211; but I&#039;d prefer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-44506</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 12 Mar 2010 06:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-44506</guid>
		<description>@Shahid: I haven&#039;t tried it yet, but it should be doable.</description>
		<content:encoded><![CDATA[<p>@Shahid: I haven&#039;t tried it yet, but it should be doable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahid</title>
		<link>http://blog.mastykarz.nl/programmatically-creating-wiki-pages/comment-page-1/#comment-44448</link>
		<dc:creator>Shahid</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/programmatically-creating-wiki-pages/#comment-44448</guid>
		<description>Waldek.. awesome stuff, can the same be applied/used in SharePoint 2010 Foundation Client Object Model ?</description>
		<content:encoded><![CDATA[<p>Waldek.. awesome stuff, can the same be applied/used in SharePoint 2010 Foundation Client Object Model ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
