Welcome to my personal blog, All the information in this bogs is my ideas,findings and thoughts on .Net, Asp.Net and SharePoint.
ALL POSTING ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND
September 2007 - Posts
-
By default the SPWorkflowAssociation.AutoCleanupDays property value is set to ‘60’ days, to set this property we need to call the SPList.UpdateWorkflowAssociation(SPWorkflowAssociation) function, SPWeb.Update() won’t work here. 1: SPSite site = new SPSite( Read More...
|
-
When we create a site either through UI or OM, it will not come as a tab unless you check the option ‘ Sit e Actions-->Site Setting-->Navigation-->Show subsites to true’. On checking the option results in displaying all the subsites as ‘Tabs’. Read More...
|