-
SharePoint Framework: Set Custom Icons for Client Side Webparts
Every Client Side Webpart within a SharePoint Framework App package can have an icon which is shown in the toolbox when we add a webpart to the modern page. Following properties can be used to set a custom icon iconImageUrl: Using a custom image officeFabricIconFontName: Using a font icon Client-Side...
-
SharePoint Framework App Icon
SharePoint Framework solutions offer Client Side Webparts and SPFx Extensions to add custom functionality to your SharePoint sites. When we package these components, they are bundled as a SharePoint Framework App Package with an extension .sppkg. These packages are installed (like the SharePoint Add-Ins) and shown as custom Apps in...
-
SharePoint Framework : Provisioning multiple list instances through SPFx solution.
SharePoint Asstes, like Fields/Site Columns, Content Types, List Instances can be provisioned or deployed to a SharePoint Site through SharePoint Framework (SPFx) solutions. SPFx solution uses feature framework files through which we can define the XML to provision the necessary assets. The following resources from SPFx documentation provides more details...
-
C# .NET Client API code snippet to search/query for people in SharePoint Server 2013/2016
In this post I show how to query/search for people within a .Net application (windows application or a console application) using the .Net Client API for SharePoint Server. Though we have REST API to search for people and Client People picker control (JS based), it is difficult or impossible to...