在 SharePoint 2007 的 WebPart 中获取列表名称
我是 SharePoint 开发的初学者。
我正在将 Web 部件添加到列表页面。如何获取 Web 部件中的列表名称?
I am a beginner to SharePoint development.
I am adding a webpart to a list page. How can I get the name of the list in the webpart?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在列表上下文中操作时,可以使用 SPContext.Current.List.Title
When operating in the context of a list, you could use SPContext.Current.List.Title