以编程方式将自定义列表从一台服务器复制到另一台服务器 sharepoint 2007
我们使用的是sharepoint 2007,我们有两个站点,两个站点都位于不同的服务器上。 根据要求,我们需要每天/每周将自定义列表从一台服务器复制到另一台服务器。 我们希望使这个过程自动化。 有什么方法可以让我们以编程方式做到这一点。
提前致谢, 鲁什凯什
We are using sharepoint 2007,We have two site, both sites are on different server.
According to requirement we need to copy custom list from one server to another on daily/weekly basis.
We want to automate this process.
Is there any way by which we can do this programatically.
Thanks in advance,
Rushikesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于计划,您可以使用 SharePoint 计时器作业。
对于第二部分,复制列表,我假设您想要复制列表项。您可以使用 SharePoint 列表 Web 服务将项目提交到远程服务器。
For scheduling you can use SharePoint Timer Jobs.
For the second part, copying list, I am assuming you want to copy the List Items. You can use SharePoint List Web Service for submitting items to a remote server.