随笔分类 - Sharepoint / Office 365
摘要:In Part 5 we covered the ability to override the rendering of List Views, and from a developer perspective this was awesome, but it isn’t that useful
阅读全文
摘要:This post will look at a slightly different scenario – List Views. The general principles are the same (we write some JavaScript which tells SharePoin
阅读全文
摘要:In the previous posts we have looked at JSLink and how we can use it, we have looked at overriding the rendering of individual fields both for display
阅读全文
摘要:So this part talks about some of the more interesting bits of Display Templates .. the editing interface. This introduces some new features as not onl
阅读全文
摘要:This is part two in my JSLink and Display Template series, and in this post we will be looking at the actual Display Template JavaScript code to overr
阅读全文
摘要:This first section really covers off the basics. It doesn’t contain any real sample code about the Display Templates (that is in Parts 2, 3 and 4) but
阅读全文
摘要:Here is a list of some useful Javascript variables/functions that I collected from many articles online. I have tested all these variables/functions i
阅读全文
摘要:SharePoint Server provides native Timer Jobs that inherit SPJobDefinition class to run at regular intervals defined in the SPSchedule object. This way
阅读全文
摘要:INTRODUCTION: In this blog post, I will provide you a way to create tree view hierarchy of your SharePoint library content. And because it is based on
阅读全文
摘要:We might have a scenario, where we need to access multiple List to get different result collection. JSOM allows us to send multiple CAML query in sing
阅读全文
摘要:Client Object Modelでユーザー権限を取得するには、SP.Web.effectiveBasePermissions propertyを使います。これで、ユーザーがサイトに対して持っている権限の一覧が取れるので、そこからユーザー権限を判断します。たとえば、「Webサイトの管理」権限を持
阅读全文
摘要:Granting permission to the user by SharePoint 2013 designer workflow is different from SharePoint 2010. we are using the Rest API to grant the permiss
阅读全文
摘要:How to Check with SharePoint JSOM if File or Folder Exists Here’s a code snippet showing how to use SharePoint’s JavaScript Object Model (JSOM) to det
阅读全文
摘要:JS部分: 页面代码:
阅读全文
摘要:// Create the web request HttpWebRequest request = WebRequest.Create("https://outlook.office365.com/api/v1.0/me/messages/$count?$filter=IsRead%20eq%20false") as HttpWebRequest; // Add authentica...
阅读全文

浙公网安备 33010602011771号