SharePoint 2013 Configuration & Development
Wednesday, March 20, 2013
SharePoint 2013 configure People Search using PowerShell Scripts
›
Hi guys in this post I'm going to show how can we configure people search using PowerShell. There are some prerequisites for people sea...
Friday, March 8, 2013
Sharepoint 2013 creating a new discussion on discussions list
›
Hi guys have you all ever tried creating a new discussion on discussions list programmatically?? I tried recently and got an issue. Like we...
1 comment:
Tuesday, February 26, 2013
Sharepoint 2013 get user property values
›
Hi guys in this post im going to show how we can get the user profile property values programmatically. So here for example I have shown ho...
2 comments:
Getting the values from discussions list
›
Hi guys, Im sharing this because I had some issues when I tried to access the discussions list values in community site (SharePoint 2013 ...
Link files in sharepoint document library to list fields.
›
Hi guys here with this code you can link the files in the sharepoint document library to shapoint list fields. So in the list item, documen...
Sharepoint add terms to metadata store using c#
›
Hi guys here you can find C# code to add terms to sharepoint metadata store. private void setTagsToDirectory() { using (SPSi...
Sharepoint create new folder in a document library and upload files using c#
›
Hi everyone this is a simple c# code to create a folder in sharepoint library and upload files. using (SPSite site = new SPSite("...
4 comments:
Home
View web version