Click here to Skip to main content
15,885,309 members
Articles / Web Development / ASP.NET

Document Library Tree View Web Part for SharePoint

Rate me:
Please Sign up or sign in to vote.
4.76/5 (15 votes)
22 Jun 2009CPOL3 min read 342.2K   11K   34  
Document Library Tree View Web Part for SharePoint Server 2007.
<?xml version="1.0" encoding="utf-8"?>
<Feature Id="6d5ccf8a-bb7d-41c0-9a14-c8d85d68f3d2" Title="LibraryTree" Scope="Site" Version="1.0.0.0" Hidden="FALSE" DefaultResourceFile="core" xmlns="http://schemas.microsoft.com/sharepoint/">
  <ElementManifests>
    <ElementManifest Location="LibraryTree\LibraryTree.xml" />
    <ElementFile Location="LibraryTree\LibraryTree.webpart" />
  </ElementManifests>
</Feature>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Business Analyst AIRIC
Iran (Islamic Republic of) Iran (Islamic Republic of)
MCP (Microsoft Certified Professional)
Senior Business Analyst in AIRIC (Automotive Design and Research Company).
Capabilities and interests:
System Analysis and design, .NET Framework, ASP.NET, Windows Application, Windows Workflow Foundation, SharePoint Customization and Development,SQL Server, BPMN and UML.
Master of Industrial Engineering from Poly-Technic of Tehran

Comments and Discussions