摘要:
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 阅读全文