SPC040102: Declare attribute 'Title' and 'Description' in Solutions

To make it easier to identify Solutions in the Solution Gallery in SharePoint the attributes 'Title' and 'Description' should be declared.

TypeName: DeclareTitleAndDescriptionInSolutions
CheckId: SPC040102
Severity: Warning
Type: Solution
Resolution

A Solution should contain a title and a description to describe the purpose of the solution.

<Solution
   SolutionId="006be6c7-623d-44e2-95af-1f91d78d060a"
   Title="Corporate Intranet - Core Components "
   Description="Contains the core intranet components like logging, configuration, master pages etc."
   xmlns="http://schemas.microsoft.com/sharepoint/">
   <RootFiles>
   ...
   </RootFiles>
   <FeatureManifests>
   ...
   </FeatureManifests>
</Solution>

comments powered by Disqus