Zum Hauptinhalt wechseln

Wiki

Startet die Suche
Home
Blog
Developments
FAQ
Wiki
Sonstiges
Kontakt
Suche
Impressum
  
Hezser.de > Wiki > Wiki-Seiten > Programming with the object modell  

Programming with the object modell

 RSS-Feed
The object modell uses the Microsoft.SharePoint.*.dll, which are only available on a computer which runns SharePoint (WSS of MOSS).
You can use the object modell e.g. in a Webpart.
 
Here are some common object:

 

Extension Methods

With extension methods you can extend the functionality of objects.

I have posted some commen tasks, so you can extend your objects with extension methods.

Samples --> SharePoint Extension Methods

 

To user the samples, simply create a new class in your project. It has to be public and static. That's it.

public static class Extensions
{
    ...
}

Zuletzt geändert am 03.12.2008 18:03  von René Hézser