SPC017711: Declare recommended attributes in WebTemplate

Attributes Title and Description should be declared in WebTemplate.

TypeName: DeclareRecommendedAttributesInWebTemplate
CheckId: SPC017711
Severity: Error
Type: WebTemplateDefinition
Resolution

The attribute Title and Description should be defined in a WebTemplate. See sample below:

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <WebTemplate
    ...
    BaseTemplateID="9"  
    BaseTemplateName="BLOG"  
    BaseConfigurationID="0"  
    Name="BlogIV"
    Title="Our Blog"
    Description="A 4th Generation Blog Site."
    ... />
</Elements>

Links

comments powered by Disqus