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
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C0A651F5-B48B-11d2-B5ED-006097C686F6")]
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 |