<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>.Net, SharePoint and Nintex</title>
	<link>http://www.kai-fiegenbaum.de</link>
	<description>Meinungen, Neuigkeiten, Knowledge und Vieles mehr....</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:53:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.4" -->

	<item>
		<title>How To modify the DefaultView of a List</title>
		<description><![CDATA[&#160; If you want to modify the DefaultView of a programmatically created list you have to know a “bagatelle”. First i tried it this way: list.DefaultView.ViewFields.Add(list.fields.GetFieldByInternalName(“internalName”); list.DefaultView.Update(); and nothing happened at all. The reason lies in the property DefaultView which encapsulates a behavior in which in every call the View is instantiated again. So in [...]]]></description>
		<link>http://www.kai-fiegenbaum.de/index.php/2011/12/22/how-to-modify-the-defaultview-of-a-list/</link>
			</item>
	<item>
		<title>How to set the default ContentType at a Library</title>
		<description><![CDATA[&#160; Get All ContentTypes of the List. List&#60;SPContentType&#62; ctl = new List&#60;SPContentType&#62;(); SPContentTypeCollection collection = list.ContentTypes; Iterate over all ContentTypes of the List and compare your CustomContentType with all existing ContentTypes of the List. Compare the Name, not the ID. Your CustomContentType has to be added to the List programmatically first. Add the found/calculated ContentType [...]]]></description>
		<link>http://www.kai-fiegenbaum.de/index.php/2011/12/22/how-to-set-the-default-contenttype-at-a-library-2/</link>
			</item>
	<item>
		<title>SharePoint Formulas</title>
		<description><![CDATA[Hi there, i`m searching this site every time i have to create a complexer formula. So this time, i thought, i put it  in my blog as a reminder http://msdn.microsoft.com/en-us/library/bb862071.aspx A thing, you should have a look at, is the language dependant syntax in the formulas, f.e. on a german SP Server you have to [...]]]></description>
		<link>http://www.kai-fiegenbaum.de/index.php/2011/06/03/sharepoint-formulars/</link>
			</item>
	<item>
		<title>Nintex Maintenance Best Practices in english</title>
		<description><![CDATA[If you are working with complex Nintex Workflows, you should always keep an eye on the maintenance of your Environment. You should have especially a closer look to the Nintex Content Database and the hidden List &#8220;NintexWorkflowHistory&#8221;, if you are working with loops inside the workflow. This is necassary to avoid to run into performance [...]]]></description>
		<link>http://www.kai-fiegenbaum.de/index.php/2011/04/14/nintex-maintenance-best-practices-in-english/</link>
			</item>
	<item>
		<title>Nintex Maintenance Best Practices</title>
		<description><![CDATA[  Wer mit komplexen Nintex Worklfows arbeitet, darf die Wartung des Systems von Anfang an nicht aus den Augen verlieren. Spätestens bei Verwendung von Schleifen muss man ein Auge auf die Nintex Content Datenbank sowie die versteckte Liste NintexWorkflowHistory werfen. Macht man dies nicht, hat man je nach Workflowaufkommen früher oder später ein Performanceproblem. Ursache [...]]]></description>
		<link>http://www.kai-fiegenbaum.de/index.php/2011/04/01/nintex-maintenance-best-practices/</link>
			</item>
</channel>
</rss>

