splistitem
SharePoint List - Copy SPListItem ID
I have a solution that copies all the content of SharePoint lists to a file, and then copies the content of the file back onto SharePoint (used for backups and stage / live environment switches).[详细]
2023-01-10 05:10 分类:问答Workflow lock "edit item"
Is it possible to disable \"edit item\" in a Sharepoint List when a custom workflow is running? May开发者_开发知识库be a property in the workflow that can be affected?[详细]
2023-01-09 10:57 分类:问答How do I stall until a SharePoint List Item is Deleted with SPLongOperation?
I have a workflow, which creates a task and deletes it after the task is edited and its useful in开发者_开发问答formation acquired. I created a custom edit form for the task, so I have an SPLongOperat[详细]
2022-12-26 21:43 分类:问答I am adding a new splistitem to a sharepoint list but it always gives me an exception: "object reference not set to an instance of an object"
_site = new SPSite(\"http:\\\\MySite\"); _web = site.OpenWeb(); { list = _web.Lists[sListName]; _web.AllowUnsafeUpdates = true;[详细]
2022-12-26 06:15 分类:问答Finding SharePoint list item by its display form's URL
Sometimes users require to change information in SharePoint list item that is not editable for them, for instance, a field that is hidden in edit form (in my case it was the records number).[详细]
2022-12-15 04:19 分类:问答
加载中,请稍侯......