Click here to Skip to main content
15,879,535 members
Articles / Productivity Apps and Services / Sharepoint

Site Property Management (SharePoint 2010)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
11 Jul 2010CPOL4 min read 49.4K   712   14  
Provides an administrative UI to manage custom properties for a SharePoint site
<?xml version="1.0" encoding="utf-8"?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/" Title="$Resources:FeatureTitle_SiteProperty;" Description="$Resources:FeatureDescription_SiteProperty;" Id="1df54d4a-392d-4fb6-bf2b-80dd9faaf19c" Scope="Web">
  <ElementManifests>
    <ElementManifest Location="ElementManifests\CustomActions.xml" />
    <ElementFile Location="Resources\Resources.resx" />
  </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
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