TilesViewWebPart in SharePoint 2013
SharePoint 2013 Introduces a new “Getting Started” WebPart that has “Tiles” to provide an easy access to some of the main links in the Site like – adding lists\libraries,Creating masterpage etc.
To Programmatically Create this new WebPart a new abstract base class TilesViewWebPart has been added in SharePoint API.
You have to Create a Custom Webpart and Inherit from TilesViewWebpart and Override GetTiles() to Create Custom tiles.
Thanks for learning my blogs!!!

Gowtham RajamanickamPosted Apr 26, 2016, 9:11 AM
thank u so much
Gowtham RajamanickamPosted Aug 31, 2015, 10:20 AM
thank u
Vijay SPosted Jun 17, 2015, 8:57 AM
Good one