Programmatically selecting theme
Hi,I'm try to apply certain theme for my sharepoint site using feature receiver. If my theme is missing I'm creating it like this:SPFile font =...
View ArticlePersonal tasks - where is it stored, that task is important?
I'm building a webpart, that will display tasks for current user, from his/her personal task list (SharePoint Server 2013). To get the tasks, I query for "WmaAggregatorList_User" list. I cannot however...
View ArticleSharePoint Rest Service
Hello All,Can you please let me know step by step proecdure on how to create , build and host a Sharepoint 2013 REST Service?i also want to perform some crude operations on list, files and folders like...
View ArticleHow to implement custom pagination using JSLink
Hi All,For rendering custom list data I have implemented custom JSLink. The only problem I am facing is that when I override the footer, it removes the pagination.I want to know how to implement...
View ArticleHow to work with permissions and security groups with Office 365 + SharePoint...
Hello, I have created a SharePoint App (HTML Client) using LS2013 with the latest updates. Our SharePoint developer site is in Office 365. I am using SharePoint for authentication, and it is working...
View ArticleDeploy a custom Composed Look My Site
Hi, what's the best way to deploy and apply and custom composed look and to the my site host for all profiles?Thanks in advanceMatthew
View Article(Web part) How to get current logged in user's properties?
Hi,I'm new to SharePoint development and I'm currently working on developing a web part in My Site. I've been trying to get the logged in user and user properties but haven't succeeded so far.I've been...
View ArticleSharepoint 2013 Basic Introduction
HelloThis is a simple one....hopefullyWhat I am looking for is the full Sharepoint 2013 documentation that covers the following topics in proper detail for developers:1) The object model of Sharepoint...
View Article"Send an Email" workflow action not working in SharePoint 2013
Hi,I couldn't manage to get "send an email" action working in a custom list workflow developed in SP Designer 2013. All workflow actions except this one are functioning normally.Working environment and...
View ArticleCreating a Document Set Welcome page in SharePoint 2010 for Use by Document...
I have created created a Document set content Type and linked it to a Document Library. The New Document Set option is now visible however when used, a page cannot be displayed error is rendered.I have...
View ArticleHow can I create a post for a document with SSOM
How can I create a post for a document with SSOM? SPServiceContext serviceContext = SPServiceContext.Current; UserProfileManager userProfileManager = new UserProfileManager(serviceContext, false);...
View ArticleAdding Details of a user in sharepoint 2013
Hello All,i have a share point 2013 web application. i don't have ad installed . i use FBA users to login to the site.every thing is up and running no problem except one thing.in FBA database only some...
View ArticleSPSite constructor with usertoken in 2013
I'm using below code flow to get instance of SPSite.Output of the following code in SharePoint 2010 is 'user2' and 2013 is 'user1'.Finally I was able to achieve this in 2013 by passing token to...
View Articlecreate new site collection with new master page programmaticlly.
Hi,I want to create new site collection and i want include a new master page and apply for the newly created site collection, how to achieve this.Thanks,-Sendil
View ArticleProgrammatically add user to join the community site
Hi,I created a community site via c#, i want to add few user who need to be a part of the site, for tht I want to add the user into the members list of Comunity site or nee dto join the users...
View ArticleEvent receiver - SPFolder exists
sorry for the trivial question.How i to do to verify if SPfolder exist if when i insert the url of the folder that i must create i get the error "Value does not fall within the expected range." because...
View ArticleJavascript to Filter a View based on a value in the List column
I have a sharepoint 2013 announcements list with a custom column for 'category'. This is all within a visual studio 2012 project for an app.I would like to create a view based on a single category....
View ArticleProgrammatically Adding Reputation Points to a Community User [2013]
I'm working on a project that already uses the OOTB Community features to manage Categories and Dicussions, but the end-users want the gamification options expanding upon. The site that has the...
View ArticleError occurred in deployment step 'Install app for SharePoint': The System...
I am totally confused by this problem!!!Scenario : A fresh install of SP2013 using a different account.I can initially deploy an on premises high trust app via f5, then retract, then install.Then I get...
View ArticleCan I code SharePoint 2013 using Visual Studio Ultimate 2010?
Hello Friends,I would like to know if I can code SharePoint 2013 web parts using Visual Studio 2010.And also suggest me some books for coding SharePoint 2013 that should cover the basics as well. Also...
View Article