GNQuery

Build 1501 on 14/Nov/2017  This topic last edited on: 20/Nov/2015, at 14:28

[194] GNQuery: FParsec dll not working if .NET 4.6 is installed

GN4-3415

Updated dlls needed by GNQuery to be compatible with new .NET 4.6.

Modified date: 22/07/2015 10:08:00 - P4 Changelist: 77840 - From build: 2.2.2608.x (T)

 

[10] Config: add possibility to use GNQuery also on folderBrowse control

GN4-3648

Added possibility to use GNQuery also on folderBrowse control.
Example:
<source lang=""><l:FolderBrowser
Grid.Row="1"
RootPath="/system/users"
HideFilteredChildren="true"
ConditionPath="[folderObject.folderRef]"
SearchCriteriaTarget="{Binding Path=SearchCriteria, ElementName=EditorialShellNavTab}">
<l:FolderBrowser.Resources>
<XmlDataProvider x:Key="ExtSearchConditions">
<x:XData>
<extSearchConditions xmlns="" query="starts-with(@name, 'u')" />
</x:XData>
</XmlDataProvider>
</l:FolderBrowser.Resources>
</l:FolderBrowser>

Modified date: 26/10/2015 11:30:00 - P4 Changelist: 79010 - From build: 2.2.2704.x (T)