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

Summary Links User Control for Microsoft Office SharePoint Server (MOSS)

Rate me:
Please Sign up or sign in to vote.
3.80/5 (4 votes)
25 May 2009CPOL4 min read 61.6K   186   19  
Displays a summary list of page links for a sub-site
<?xml version="1.0" encoding="utf-8" ?>
<Solution xmlns="http://schemas.microsoft.com/sharepoint/" SolutionId="C777BAAE-8D09-4511-BDC0-AA7C4089AD67" DeploymentServerType="WebFrontEnd" ResetWebServer="TRUE">
  <Assemblies>
    <Assembly Location="QuestechSystems.SharePoint.Publishing.SummaryLinks.dll" DeploymentTarget="GlobalAssemblyCache">
      <SafeControls>
        <SafeControl Assembly="QuestechSystems.SharePoint.Publishing.SummaryLinks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=edf2ce217e9585ed" Namespace="QuestechSystems.SharePoint.Publishing.WebControls" TypeName="*" Safe="True" />
      </SafeControls>
    </Assembly>
  </Assemblies>
  <TemplateFiles>
    <TemplateFile Location="CONTROLTEMPLATES\Questech\SummaryLinks.ascx" />
  </TemplateFiles>
</Solution>

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
Software Developer (Senior)
Canada Canada
A Microsoft Certified Professional Developer and Technology Specialist.

Experience and expertise in SharePoint 2016 / 2013 / 2010 / 2007.

Role ranges from a developer in a multi-person team to a solution consultant with expert-level skills, leading a project to completion status.

Proven experience working effectively in a team environment and a self-managed environment.

Comments and Discussions