SharePoint Developer Question:

Tell us what is the new TilesViewWebPart in SharePoint 2013?

Tweet Share WhatsApp

Answer:

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 listslibraries, 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.

Download SharePoint Developer PDF Read All 80 SharePoint Developer Questions
Previous QuestionNext Question
Please explain how would you a Migrate a Site Collection in SharePoint 2013?Tell me what is new with Development in SharePoint 2013?