问题标签 [sharepoint-feature]

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.

0 投票
1 回答
81 浏览

debugging - 调试 SP2013 中的 SharePoint 功能

我刚刚编写了我的第一个 SharePoint 功能,我可以在我的网站中激活它。现在我正在尝试调试此功能,我指定了断点,但它仍然无法正常工作。

我只有一个 JavaScript 文件(我可以在浏览器上调试)和一个继承自LayoutsPageBase.

在 MSDN 中,我注意到他们正在添加 Feature Receiver 来调试它,我真的需要它来调试吗?或者我可以在没有它的情况下启用调试吗?

0 投票
1 回答
42 浏览

c# - 如何在 SharePoint 事件接​​收器中将文本文件从模块复制到未创建的文档库?

我在模块中有一个文本文件,我需要将该文件复制到一个尚不存在的文档库中,它将在 featureActivated 中创建。在这种情况下我该怎么办?