简体   繁体   English

wpf-将新项目添加到sharepoint 2010列表

[英]wpf - add new item to a sharepoint 2010 list

I have a form i created on WPF. 我有一个在WPF上创建的表格。

after user fill in the custome "form" and click Submit Button 用户填写定制“表单”并单击“提交”按钮后

the form will be add to a SharePoint list as an item. 该表单将作为一项添加到SharePoint列表中。

wondering if there is any way i can achieved this?? 想知道是否有什么办法可以实现这一目标?

the form will be add to a SharePoint list as an item. 该表单将作为一项添加到SharePoint列表中。

One will need to use the Microsoft.SharePoint libraries which will allow you to manipulate various items within sharepoint to achieve your goal. 人们将需要使用Microsoft.SharePoint库,该库将使您可以操纵共享点内的各种项目以实现您的目标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用客户端OM将新项目添加到SharePoint 2010列表中,而无需检索整个列表 - Adding a new item to SharePoint 2010 list using client OM without retrieving the whole list Sharepoint 2010将字段添加到列表定义 - Sharepoint 2010 add fields to list definition 检索排序列表SharePoint 2010 C#的第一个列表项 - Retrieve the first list item of a sorted list SharePoint 2010 C# 如何通过Sharepoint Web服务在自定义列表中添加带有图像的新列表项? - How to add new list item with Image in custom list through sharepoint web service? Sharepoint 2010 以编程方式更新事件处理程序中的列表项 - Sharepoint 2010 Programmatically Update List Item in Event Handler “项目不存在”错误读取SharePoint 2010列表 - 'Item Does Not Exist' error reading SharePoint 2010 List Sharepoint 2010客户端对象模型从网址获取列表项 - Sharepoint 2010 Client Object Model get a List item from a Url 将项目添加到 SharePoint Online 列表 c# - Add item to SharePoint Online list c# SharePoint:如何以编程方式将附件添加到列表项? - SharePoint: How to add an attachment to a list item programatically? VS2010 MPF:为自定义项目填充“添加 - >新项目...”列表 - VS2010 MPF: Populating 'Add->New Item…' list for a custom project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM