Tags
#sp #SP2010NL 3D AJAX ASP.Net CAML Cloud CodePlex CSS Document Sets Dynamics CRM FAST 2010 Forms Based Authentication InfoPath JavaScript jQuery Managed Metadata MOSS Object Model Search SharePoint Designer 2010 SharePoint Profile System Silverlight soccerino SP2010 Visual Studio 2010 Word Automation Workflow XSLTArchives
-
RSS Links
Tweets
- #ttpi uitje was super. achter een boot gehangen, Kubb, bbq en Paco op de trampoline: http://yfrog.com/evhbejpj 11:22:10 PM July 17, 2010 from TweetDeck
- Ik denk niet dat de ontvangst hier beter van wordt RT @patricksteenks: The Iphone 4 has arrived at #tamtam http://yfrog.com/mv89yj 01:35:17 PM July 15, 2010 from TweetDeck
- Ik voorspel een verlenging..... Zet jouw eigen voorspelling op http://TwitPool.nl/suqg en win een Sharp 46"LCD #wk2010 #oranje #ned 09:26:28 AM June 28, 2010 from Twitpool.nl Oranje WK2010 Pool
- Als v Persie 2 min. later had gescoord, en Kuijt niet voor die kameroenees geel was 't kat in 't bakkie geweest voor #twitpool, nu afwachten 09:38:59 PM June 24, 2010 from TweetDeck
- IE9 preview 3 ondersteunt Canvas met hardware acceleratie. Het wordt misschien ooit nog wat met die browser #tamtam 05:47:20 AM June 24, 2010 from TweetDeck
Useful SharePoint classes
I just found out that the object model includes some very useful classes to speed up your coding efforts.
SPUtilty
Contains methods for redirecting users to the error page, access denied page or a custom url. You can get Full name and email adres of a user by passing in the logginname, send an email from the web context or determine if an lcid is an East-Asian lcid.
More information here:
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.utilities.sputility.aspx
SPBuiltinFieldId
Contains variables for all the Guids of the built in fields. No need to worry about the difference between dutch and english MOSS sites.
SPBuiltInContentTypeId
Contains variables for all the Guids of the built-in contenttypes.
SPDiffUtilty
Shows the differences between two strings in Html format. So comparing “This is an initial string” with “This” returns the following: “This is an initial string“
SPContentTypeId (structure)
Provides methods to determine the relationships between two contenttypes.
SPContentTypeUsage
Allows you to determine where contenttypes are used within the sitecollection. Here’s a useful post that shows code to audit the contenttype hierarchy:
http://soerennielsen.wordpress.com/2008/03/06/audit-your-content-type-hierarchy/
SPChangeQuery
Allows you to query your sitecollection for objects that have changed. This way you can audit changes in access rights for instance.
No related posts.