SearchOptionsFilterList Property |
Note: This API is now obsolete.
Get an array of the filter strings defined by setting the
Filter property.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax[ObsoleteAttribute("Use Filter")]
public string[] FilterList { get; }
<ObsoleteAttribute("Use Filter")>
Public ReadOnly Property FilterList As String()
Get
public:
[ObsoleteAttribute(L"Use Filter")]
property array<String^>^ FilterList {
array<String^>^ get ();
}
[<ObsoleteAttribute("Use Filter")>]
member FilterList : string[] with get
Property Value
Type:
String
See Also