質問

I have a custom view with ParameterBinding to get URL a parameter:

<ParameterBinding Name="MyCustomParameter" Location="QueryString(MyCustomParameter)" DefaultValue=""/>

The view CAML query:

<Query><Where><BeginsWith><FieldRef Name="FileLeafRef"/><Value Type="File">{MyCustomParameter}</Value></BeginsWith></Where></Query>

If i use classic experience everything works fine, but if i switch the library to new experience (ModernUI), the filter not apply and no documents are shown. Any suggestions?

役に立ちましたか?

解決

Doesn't seem to available (2018 feb) and has been declined for Modern UI according to this uservoice.

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top