问题标签 [sharepoint-clientobject]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sharepoint-2010 - 如何使用客户端对象模型 sharepoint 2010 从文档库中搜索文件
目前,我正在努力以编程方式启用搜索功能,以使用客户端对象模型 sharepoint 2010 从文档库中搜索文件,
你能帮我写代码吗
谢谢
卡哈尔
sharepoint-2010 - 使用客户端对象模型 Sharepoint 2010 填充 Treeview
我有一个文档库。在文档库中,我有一个名为 Studies 的文件夹。在研究中,我有 10 个文件夹和后续的子文件夹。
我需要使用客户端对象模型 SharePoint 2010 在树视图中填充相同内容。
我想在一个函数中的树视图中发布它,我可以在其中传递文档库并返回树视图。
sharepoint - 使用客户端对象模型创建共享点子文件夹时出现无效文件名错误
我需要使用客户端对象模型在 sharepoint 中创建子文件夹,父文件夹存在,这是我的代码,但出现此错误,
无效的文件名。您指定的文件名无法使用。它可能是现有文件或目录的名称,或者您可能没有访问该文件的权限。
sharepoint-2010 - Sharepoint 客户端模型 - 请求超时
我收到来自 Sharepoint 客户端托管对象模型的超时。
基本上,我正在批量处理 100 个更新并一次性发送它们。如果需要时间对我来说没问题,但我真的想避免超时异常。
我已经尝试过一百万种方法来增加客户端上下文中的超时时间,但都没有成功。在调用客户端上下文的 executequery 方法时,我使用反射来尝试识别共享点正在做什么。sharepoint 基本上是创建一个 HttpWebRequest 并发送它。
我以下面的代码结束,但仍然没有成功:
但我仍然收到超时错误!
请问还有什么我想念的吗?
任何帮助将不胜感激。
search - sharepoint 2010 客户端对象搜索
我刚刚进入客户端对象,编写 Caml 查询以检索列表和项目,并在 asp.net MVC 环境中呈现输出,一切正常。这个想法是使用 MVC 作为表示层,使用 Sharepoint 作为存储库,出于各种业务原因(例如利用工作流、业务流程和有关 sharepoint 的所有优点)
我不确定的问题是提供“搜索”。有没有一种方法可以使用客户端对象来运行 Sharepoint Search,并检索结果(例如,作为项目列表?)
非常感谢任何帮助或经验。
sharepoint - 应用程序因错误而终止。无法加载文件或程序集“Microsoft.SharePoint.Client, Version=14.0.0.0,
在 MSCRM2011 IFD 环境中出现此错误,但在内部没有此问题。
我检查了 CRM 服务器和客户端机器的 GAC,“Microsoft.SharePoint.Client.dll”在那里。我不明白应用程序在哪里搜索“Microsoft.SharePoint.Client”
应用程序因错误而终止。无法加载文件或程序集“Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”或其依赖项之一。系统找不到指定的文件。应用程序因错误而终止。应用程序因错误而终止。无法加载文件或程序集 'Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' 或它的依赖项之一。系统找不到指定的文件。应用程序因错误而终止。无法加载文件或程序集“Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”或其依赖项之一。系统找不到指定的文件。应用程序因错误而终止。应用程序因错误而终止。无法加载文件或程序集“Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”或其依赖项之一。系统找不到指定的文件。应用程序因错误而终止。应用程序因错误而终止。无法加载文件或程序集 'Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' 或它的依赖项之一。系统找不到指定的文件。应用程序因错误而终止。无法加载文件或程序集“Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”或其依赖项之一。系统找不到指定的文件。应用程序因错误而终止。
c# - 如何获取已登录用户在 sharepoint 2010 中可以访问的子站点
我需要检索用户可以使用客户端对象模型访问的子站点。
这是我所拥有的:
=====
使用此代码,我收到403 禁止错误。我的客户端用户无权访问根站点(我在 ClientContext 构造函数中使用)。但他有一些子网站。我需要使用客户端对象模型获取他有权访问的子站点(只需将它们全部列出)。
还有其他方法吗?
sharepoint - SharePoint 2010 客户端对象模型 - 需要代理身份验证
全部,
一个小而烦人的问题。
我正在尝试创建一个使用客户端对象模型来更改站点磁贴的 DLL
但是我尝试的是,每次它在myCContext.ExecuteQuery()上引发异常
每次出现同样的错误“需要407代理验证”,请帮我解决这个问题
如何将代理凭据传递给 SharePoint 客户端上下文对象中的解决方案...?(SharePoint 客户端对象模型)什么都不做,即使是创建新的网络凭据、代理、...
感谢任何帮助
sharepoint - Get items from current view/filter in Sharepoint 2010 - using client object model
How can I get just the items in the user's current view/filter? Using Sharepoint 2010 Client Object Model (i.e. Javascript/ECMAScript).
A user could select a view that shows a subset of the items available in the library or list, and they could then apply a filter to one or more columns. I want to get the net result of all that filtering. I want all the items visible to the user, in all pages.
I've seen lots of sample code that depends on knowing the current view in order to constuct a query - that doesn't really help in this case. I already know how to get just selected items, e.g.
SP.ListOperation.Selection.getSelectedItems(SP.ClientContext.get_current());
However, that only selects the items in the current page.
Thanks!
c# - 如何从 sharepoint 2010 客户端对象模型中获取更改?
下面是代码:
无论所做的更改如何,它始终显示为 0。