...,那么对应的文档库这个站点下又有很多列表(SPList),就比如文档库下面有文档列表和任务列表等,每个列表下又有很多视图(SPView),视图就是我们常看到的所有文档视图或者资源管理器视图等,当然我们也可以创建自己的视图。
基于16个网页-相关网页
Use Case 3: Use SPQuery and SPView to only request data that you really need.
用例3:使用SPQuery和SPView只请求你真正需要的数据。
We can do that by analyzing the interaction with the SharePoint object model like SPRequest. RenderViewAsHtml which is used to render lists and views or access to the SPList and SPView.
我们也能分析与SharePoint对象模型交互的情况,比如被用于呈现列表和视图的SPRequest . RenderViewAsHtml的使用情况,对SPList和SPView的访问情况。
应用推荐