Interface IFolderFilterSite
Exported by a host to allow clients to specify how to filter a Shell folder enumeration.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public interface IFolderFilterSite
Methods
SetFilter(Object)
Exposed by a host to allow clients to pass the host their IUnknown interface pointers.
Declaration
int SetFilter(object filterRef)
Parameters
Type | Name | Description |
---|---|---|
System.Object | filterRef | A pointer to the client's IUnknown interface. To notify the host to terminate filtering and stop calling your IFolderFilter interface, set this parameter to NULL. |
Returns
Type | Description |
---|---|
System.Int32 | int type filter |