Enumerate web applications on a sharepoint farm

Tuesday, 11 March 2008 11:47 by James
To enumerate site collections on a farm: SPWebService contentService = SPWebService.ContentService; foreach(SPWebApplication app in service.WebApplications) { if (app.Sites.Count > 0) { // pick the first site (root site) SPSite rootSite ...
Microsoft SharePoint Full Article Link - Enumerate web applications on a sharepoint farm

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:  
Categories:   SharePoint
Actions:   E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Get the item a SharePoint workflow task is associated with

Monday, 10 March 2008 14:24 by James
This is handy. SharePoint helpfully populates the meta data with the GUID of the list and the ID of the item a WF instance is associated with. These are stored in "ows_WorkflowListId" and "ows_WorkflowItemId" fields on the task list ...
Microsoft SharePoint Full Article Link - Get the item a SharePoint workflow task is associated with

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

How To Integrate Popfly Mashups with SharePoint

Friday, 25 May 2007 23:59 by James
This also includes publishing to a Gadget on your Vista desktop or a SharePoint site; what’s more this can be done very simply with no code. Read the Popfly/SharePoint How To. Related Articles. Popfly from Microsoft: a very Web ...
Microsoft SharePoint Full Article Link - How To Integrate Popfly Mashups with SharePoint

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SharePoint 2007 functionality gains by having Office (Outlook) 2007

Tuesday, 2 January 2007 18:55 by James
and fully edit the calendar in Outlook, including offline· Ability to send an HTML email version of a SharePoint calendar to anyone, including outside the organization· Ability to send InfoPath electronic forms via Outlook as an email. ...
Microsoft SharePoint Full Article Link - SharePoint 2007 functionality gains by having Office (Outlook) 2007

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5