Create Image Renditions using CSOM





DOWNLOAD: Complete script can be downloaded from here



We frequently use Image renditions, in our publishing sites. In this post let see how to create one using the client side object model. We will be using SetRenditions API which takes RenditionCollection and client context. The below script shows how to invoke the API.

How to use the cmdlet



.\Add-Rendition.ps1 -Url https://somesite.sharepoint.com/sites/rajesh -Title MyNewRendition -Width 240 -Height 280



DOWNLOAD: Complete script can be downloaded from here

Comments