WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFolderFilterSite

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved