<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Dotnet Sharepoint on Chris McKelt - Remembering Thoughts</title><link>https://blog.smarttechventures.au/tags/dotnet-sharepoint/</link><description>Recent content in Dotnet Sharepoint on Chris McKelt - Remembering Thoughts</description><generator>Hugo -- 0.147.2</generator><language>en</language><lastBuildDate>Sun, 12 Oct 2008 00:00:00 +0800</lastBuildDate><atom:link href="https://blog.smarttechventures.au/tags/dotnet-sharepoint/index.xml" rel="self" type="application/rss+xml"/><item><title>Windows SharePoint Services Notes</title><link>https://blog.smarttechventures.au/articles/posts/windows-sharepoint-services-notes/</link><pubDate>Sun, 12 Oct 2008 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/windows-sharepoint-services-notes/</guid><description>&lt;p>&lt;strong>SharePoint main objects&lt;/strong>&lt;/p>
&lt;pre>&lt;code>SPSite = Site;
Collection SPWeb = Site Web;
SPSite siteCollection = new SPSite(&amp;quot;http://localhost/sites/sitename&amp;quot;); SPWeb web = siteCollection.OpenWeb();
&lt;/code>&lt;/pre>
&lt;p>&lt;strong>Features&lt;/strong>&lt;/p>
&lt;p>Features define a mechanism for defining site elements and adding them to a target site or site collection through a process called &lt;em>feature activation&lt;/em>&lt;/p>
&lt;p>An example feature&lt;/p>
&lt;blockquote>
&lt;p> &amp;lt;Feature Id=&amp;ldquo;6AA03A00-02B5-4d83-A041-1CEB0DE9EF9E&amp;rdquo; Title=&amp;ldquo;Chris Document Manager&amp;rdquo; Description=&amp;ldquo;Test description&amp;rdquo; Version=&amp;ldquo;1.0.0.0&amp;rdquo; Scope=&amp;ldquo;Web&amp;rdquo; ImageUrl=&amp;ldquo;TestImage.gif&amp;rdquo; ReceiverAssembly=&amp;ldquo;DocumentManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=52cb0cd67d773ef7&amp;rdquo; ReceiverClass=&amp;ldquo;DocumentManager.FeatureReceiver&amp;rdquo; xmlns=&amp;ldquo;&lt;a href="http://schemas.microsoft.com/sharepoint/%22" target="_blank">http://schemas.microsoft.com/sharepoint/"&lt;/a>&amp;gt; &amp;lt;ElementManifests&amp;gt; &amp;lt;ElementManifest Location=&amp;ldquo;elements.xml&amp;rdquo; /&amp;gt; &amp;lt;/ElementManifests&amp;gt; &amp;lt;/Feature&amp;gt;&lt;/p></description></item></channel></rss>