Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Sharepoint 2010 站点中,我必须使用代码/编程方式使用现有视图创建新视图。请帮助我如何实现这一目标。站点中的现有视图包括列、分组、过滤器、排序等。我还必须将所有这些都包含在我的新视图中。
您可以使用克隆现有视图
SPView.Clone(Name, rowlimit, paged, default);