The community for Microsoft Office SharePoint Server champions!
// Home
 RSS 2.0    Atom 1.0

Browse by Tags

All Tags » SharePoint Development   (RSS)

Using SharePoint Designer to help with creating content types and columns XML/CAML

Nickname: Craig
Company: OBS
Posts: Posts 9
Specialties: MOSS, WSS, MS Office, SharePoint

The other day I had to create a content type with several complex calculated columns.  I was deploying my content types to the server via a solution deployment pack (and features) and left starching my head on the correct CAML to correctly m... Read More...

Extending stsadm.exe with custom commands

Nickname: Craig
Company: OBS
Posts: Posts 9
Specialties: MOSS, WSS, MS Office, SharePoint

Microsoft have opened up stsadm.exe for use by third party developers.  This has been done to make managing a SharePoint server easier for a admin... Read More...

Schema files and the real truth or should I say TRUTH!

Nickname: Craig
Company: OBS
Posts: Posts 9
Specialties: MOSS, WSS, MS Office, SharePoint

When editing schema files or should I say CAML files which includes the following types:

Read More...

Custom SharePoint aware Workflow Activities

Nickname: James
Company:
Posts: Posts 6
Specialties:

SharePoint workflow is powered by Windows Workflow Foundation, and custom WF activities can be used in a SharePoint workflow. Here is how to add SharePoint c... Read More...

SPSecurity.RunWithElevatedPrivileges

Nickname: Elaine van Bergen
Company: SDM
Posts: Posts 4
Specialties: MOSS, Infopath, C#

Most sharepoint code runs in the security context of the user that has accessed the site.
This is great if you want to ensure that the code can't do anything that the logged... Read More...

Deployment of Code Access Security (CAS) polices with SharePoint

Nickname: Craig
Company: OBS
Posts: Posts 9
Specialties: MOSS, WSS, MS Office, SharePoint

Writing secure code these days is a must; however the pain in deploying a secure application into a SharePoint environment has been too hard.  Microsof... Read More...

The community comes to the party with guides on B2TR installation

Nickname: Craig
Company: OBS
Posts: Posts 9
Specialties: MOSS, WSS, MS Office, SharePoint

Microsoft released beta 2 TR only 2 weeks ago and already there have been a handful of great articles written by the community that detail the installation and upgrade process from be... Read More...

Assigning Metadata to Folders

Nickname: Adrian
Company: OBS
Posts: Posts 6
Specialties: MOSS 2007, Office 2007 and C#

Ever wondered how to assign meta data to a folder.  Well to do this you need to add columns to the Folder content type. 

It is probably best to create a new Folder content type (who's parent is Folder) and add c... Read More...

TechEd 2006 Sydney SharePoint Development Session Notes

Nickname: Steve
Company: Nintex
Posts: Posts 2
Specialties:

I recently presented on stage with Mike Fitzmaurice (MS) and Gayan Peiris (Unique World) in Sydney on "E... Read More...

SharePoint Object Model Diagrams

Nickname: James
Company:
Posts: Posts 6
Specialties:

A useful resource for the developers out there: Andrew May has provided detailed diagrams of the Workflow, ContentType and Information Policy related classes in the new SharePoint object mod... Read More...