SPC155501: Reference 15 hive in attribute 'Image' in ListTemplate

A ListTemplate can reference an image (like an icon) in attribute 'Image'. Ensure that the URL points to the 15 hive.

TypeName: Reference15HiveInImageInListTemplate
CheckId: SPC155501
Severity: Warning
Type: ListTemplateDefinition
Resolution

Replace value in attribute 'Image' in ListTemplate with an URL which points to the 15 hive. See correct sample below:

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
   <ListTemplate
      Name="announce"  
      Type="104"  
      BaseType="0"  
      DisplayName="Announcements"  
      Image="/_layouts/15/images/itann.gif">
   </ListTemplate>
</Elements>

comments powered by Disqus