"); for (int j = 0; j < web =" site.AllWebs[j])" web =" site.AllWebs[j];" isrootweb ="=" lists =" web.Lists;"> 0) { foreach (SPList list in lists) { try { #region Calculate Count & Total //**********DocumentLibrary**********/// if (list.BaseTemplate == SPListTemplateType.DocumentLibrary) { countDocList += list.ItemCount; totalItemcount += 1; } #endregion end start } catch { continue; } finally { site.Dispose(); } } // foreach } //if } } //if root element count //else part { //top level site and subsites URL SPWebCollection sites = web.Webs; foreach (SPWeb subSite in sites) { SPListCollection lists = subSite.Lists; foreach (SPList list in lists) { #region Count & Total try { //**********DocumentLibrary**********/// if (list.BaseTemplate == SPListTemplateType.DocumentLibrary) { countDocList += list.ItemCount; totalItemcount += 1; } subSite.Dispose(); } // try catch { continue; } finally { site.Dispose(); subSite.Dispose(); } #endregion } // for } } web.Dispose(); } sTitel = site.RootWeb.Title; sUrl = site.RootWeb.Url; sRelUrl = site.RootWeb.ServerRelativeUrl; } } // try catch { continue; } } }); base.CreateChildControls(); } protected override void Render(HtmlTextWriter writer) { writer.Write(""); writer.Write(""); base.Render(writer); } }}
Subscribe to:
Post Comments (Atom)
Total Documents in ShareK : " + countDocList + " |
No comments:
Post a Comment