确定实际使用的 SharePoint 功能
有没有办法确定网站实际使用的功能。
未激活,但实际正在使用。
IE。 FeatureA 用于 /SiteA 或 /SiteB/Lists/ListA
我知道激活了哪些功能,并且有来自 codeplex 的工具将部署的功能提取为 .wsp 文件。
我想清理服务器并从生产中生成一个开发盒。上一个 SP 管理员使用生产服务器作为他的游戏区域,并安装了大量未使用的功能。
这些数据是否可以通过 SharePoint 对象模型、数据库或网站设置页面的某些模糊区域获得?
谢谢
Is there a way to determine what features are actually being used by the site.
Not activated, but actually being used.
IE. FeatureA is used in /SiteA or /SiteB/Lists/ListA
I know what features are activated and have tool from codeplex to extract the deployed features as a .wsp file.
I want to cleanup the server and generate a development box from production. Last SP admin used the production server as his play area and installed a ton of features which are not used.
Would this data be available through the SharePoint Object Model, database, or some obscure area of the site setting pages?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答是否定的。长答案 - 这实际上取决于功能的性质。某些功能(例如向菜单/功能区添加项目的功能)仅在实际单击按钮时才“使用”,因此这里的问题毫无意义。如果有人时不时地使用功能按钮,你无从得知,除非你愿意询问每个人他们在使用什么。
The short answer is no. The long answer - it really depends on the nature of the feature. Some features, such as those that add items to the menus/ribbons, are "used" only when the button is actually clicked, so the question is pretty meaningless here. If someone uses the feature button from time to time, you have no way of knowing, unless you are willing to ask everyone what they are using.