Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
String SharePoint 2010,URL中设置的筛选文档_String_Url_Sharepoint_Filter_Sharepoint 2010 - Fatal编程技术网

String SharePoint 2010,URL中设置的筛选文档

String SharePoint 2010,URL中设置的筛选文档,string,url,sharepoint,filter,sharepoint-2010,String,Url,Sharepoint,Filter,Sharepoint 2010,我正在尝试筛选SharePoint 2010中的文档集。例如,主文档库的URL是 #1) http://uat/sites/dps/doc/Forms/folders.aspx 我将访问这样的文档集 #2) http://uat/sites/dps/doc/NIA/2015/5697 SharePoint会将URL转换为 #3) http://uat/sites/dps/doc/Forms/Document%20Set/docsethomepage.aspx?ID=44956&Fol

我正在尝试筛选SharePoint 2010中的文档集。例如,主文档库的URL是

#1) http://uat/sites/dps/doc/Forms/folders.aspx
我将访问这样的文档集

#2) http://uat/sites/dps/doc/NIA/2015/5697
SharePoint会将URL转换为

#3) http://uat/sites/dps/doc/Forms/Document%20Set/docsethomepage.aspx?ID=44956&FolderCTID=0x0120D52000E8F1321E9D126C4585795384715088E4&List=b167384e-d795-49f8-9460-f5eff2d9fb9e&RootFolder=%2Fsites%2Fdps%2Fdoc%2FNIA%2F2015%2F5697
如果我过滤它,这就是附加到#3上的内容

我可以把这个过滤器附加到#2上吗

#4) http://uat/sites/dps/doc/NIA/2015/5697?FilterField1=Title&FilterValue1=title1
#4) http://uat/sites/dps/doc/NIA/2015/5697?FilterField1=Title&FilterValue1=title1