Let's SharePoint

August 2015

  1. HOME
  2. Monthly Archives: August 2015
August 29, 2015 / Last updated : November 15, 2015 Sethu Server Side Object Model

How to show pictures from Image Library in SharePoint 2010?

Hell0 SharePointers, If you want to show images from picture library in a custom web part,we can use a Server side object model to achieve this business requirement. In this article, I will give you a piece of code to display images form the Image Library. Image Library is a document library which is used […]

August 26, 2015 / Last updated : November 17, 2015 Sethu Client Side Object Model

How to Apply/Inject Custom CSS into SharePoint Master Page in Office 365?

Hi All, In office 365 environment, Microsoft had recommended not to customize the master pages. So to avoid customization, we can inject CSS at run time to Office 365 Master Pages. This can be achieved using the below CSOM Code in any provider hosted model app development. Basically we are creating Custom Action at run […]

August 22, 2015 / Last updated : August 22, 2015 Sethu SharePoint 2013

How to add Crawled Properties in SharePoint 2013 using PowerShell

In this post, I would like to give the list of steps to create crawled properties manually by using Powershell commands. Please read my article about Crawled Properties to understand it in a better way. Crawled properties are created by Crawling process. Suppose assume  that, you don’t want to wait for the crawling time to happen , you […]

August 13, 2015 / Last updated : November 17, 2015 Sethu Client Side Object Model

How to Set Time Zone in Office 365 using CSOM ?

In Office 365, we can set the Time zone settings for a site collection under Regional Settings. You always provide time zone while creating a site Collection, In this article, I’m providing you the sample code to set the Time Zone Settings using Client Side object model. // Get access to source site using (ClientContext context = […]

August 11, 2015 / Last updated : November 17, 2015 Sethu Client Object Model

How to Get the Time zone settings in Office 365 using CSOM?

In Office 365, we can  get the Time zone settings for a site collection under Regional Settings. You always provide time zone while creating a site Collection, In this article, I’m providing you the sample code to get the Time Zone Settings using Client Side object model. // Get access to source site using (ClientContext […]

August 7, 2015 / Last updated : August 7, 2015 Sethu Client Side Object Model

How to Set Client People Picker Value in SharePoint 2013?

Client People Picker is newly introduced in SharePoint 2013. People picker is a SharePoint Control to browse and select the sharepoint users or groups in an organisation or Active Directory. The client people picker is an HTML and JavaScript control that provides cross-browser support.   <script type=”text/javascript” src=”../../SiteAssets/jquery-1.11.1.min.js”></script> <script type=”text/javascript” src=”../../SiteAssets/jquery.SPServices-0.7.2.min.js”></script> <script type=”text/javascript”> $(document).ready(function () { […]

August 7, 2015 / Last updated : August 7, 2015 Sethu Client Object Model

How to delete a Sandbox solution from Solution Gallery using CSOM in Office 365?

In this blog, I will talk about removing the sandbox solution uploaded in Solution Gallery through CSOM Code. Suppose if you have a need to delete the sandbox solution if it already exists and add the updated WSP solution. Here is the code to achieve it. // find the solution in the gallery and delete […]

August 4, 2015 / Last updated : August 4, 2015 Sethu Client Object Model

How to Activate a Sandbox Solution using CSOM in SharePoint 2013 /Office 365?

In my Previous article , We had talked about uploading a sandbox solution using CSOM and in this article, I will talk about activating the feature which is a part of the sandbox solution. Basically, this will automatically activate the features and hence there is no need to navigate to site settings and manage site features […]

August 4, 2015 / Last updated : August 4, 2015 Sethu Client Side Object Model

How to Upload a Sandbox Solution using CSOM in SharePoint 2013 /Office 365?

In our SharePoint cloud environment, we are uploading a sandbox solution for a email functionality. So we have developed a wsp  using Visual studio 2013 environment, and manually adding to the solution gallery. We have decided to automate the manual process of uploading WSP  in to solution gallery. Here is the code to achieve the […]

Recent posts

How to insert table in Modern Pages using PnP Powershell in Office 365/Sharepoint Online?

June 7, 2019

How to set up Access Requests in SharePoint online using Powershell?

May 11, 2019

How to change the default SharePoint suite logo in SharePoint 2013/2016/2019?

April 30, 2019

How to add metadata to Document libraries in SharePoint online using powershell.

April 27, 2019

How to get Sharepoint site details using Powershell in Office 365?

April 17, 2019

How to get alerts for a specific policy in Cloud app security using Powershell

April 16, 2019

How to get the list of custom apps in App catalog using Powershell?

April 9, 2019

How to get the list of policies in Microsoft Cloud app security using window powershell?

April 4, 2019

How to get the list of List and Document library item counts in SharePoint online using Pnp Powershell ?

April 4, 2019

How to restore subsite in a Sharepoint online site collection using Pnp Powershell

April 2, 2019

Category

  • Anonymous access
  • Client Object Model
  • Client Side Object Model
  • Customization
    • Customization
  • Designer Workflows
  • Errors & Resolutions
  • Features
  • Google Analytics
  • InfoPath
  • Item Scheduling
  • JSOM
  • Nintex worflows
  • Office 365
  • Office 365 Groups
  • PnP JS Library
  • PowerShell
  • Powershell Online
  • REST API
  • REST API's
  • Server Side Object Model
  • SharePoint 2010
  • SharePoint 2010 Search
  • SharePoint 2013
  • SharePoint 2013 Search
  • SharePoint 2013 Workflows
  • SharePoint 2016
  • SharePoint 2019
  • SharePoint Designer
  • SharePoint Framework
  • SharePoint Online
  • SharePoint Pnp
  • SharePoint Usage Analytics
  • Unique values
  • User Profile Services
  • Windows Powershell
  • Workflow Manager

Archive

  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • January 2016
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • May 2015
  • April 2015
  • March 2015

Copyright © Let's SharePoint All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.