| 1. |
What’s The New Tilesviewwebpart In Sharepoint 2013? |
|
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. 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. |
|