WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FolderBrowserFolder

    Show / Hide Table of Contents

    Enum FolderBrowserFolder

    Specifies constants that define the location of the root folder in the folder browser dialog.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum FolderBrowserFolder
    Remarks

    The FolderBrowserFolder enumeration specifies the location of the root folder from which the FolderBrowser component will start browsing. Only the specified folder and folders beneath it in the namespace hierarchy will appear in the dialog. This enumerator provides a simple way to set the ITEMIDLIST structure (PIDL) for the folder browser dialog. For more information on the functional significance of these values please refer to the Platform SDK documentation on the Shell API and the CSIDL Values.

    Fields

    Name Description
    AdminTools

    File system directory used to store administrative tools for an individual user.

    BitBucket

    Virtual folder that contains the objects in the user's Recycle Bin.

    CDBurnArea

    File system folder used to hold data for burning to a CD.

    CommonAdminTools

    File system directory that contains administrative tools for all users.

    CommonDocuments

    File system directory that contains documents that are common to all users.

    CommonMusic

    My Music folder for all users.

    CommonOemLinks

    Folder containing links to OEM specific applications for all users.

    CommonPictures

    My Pictures folder for all users.

    CommonVideo

    My Video folder for all users.

    ComputersNearMe

    Computers Near Me folder.

    Controls

    Virtual folder that contains icons for Control Panel applications.

    CustomStartLocation

    Use custom start folder (CustomStartLocation).

    Desktop

    Windows desktop virtual folder that is the root of the name space.

    DesktopDirectory

    File system directory used to physically store file objects on the desktop.

    Favorites

    File system directory that serves as a common repository for the user's favorite items.

    FlagCreate

    Combine this flag with the desired CSIDL_ value to force the creation of the associated folder.

    FlagDontVerify

    Combine this flag with the desired CSIDL_ value to return an unverified folder path.

    FlagMask

    Mask for all possible CSIDL flag values.

    FlagNoAlias

    Combine this flag with the desired CSIDL_ value to force a non-alias version of the PIDL.

    FlagPerUserInit

    Combine this flag with the desired CSIDL_ value to indicate per-user initialization.

    Fonts

    Virtual folder that contains fonts.

    Internet

    Virtual folder that represents the Internet.

    MyComputer

    My Computer virtual folder that contains everything on the local computer: storage devices, printers and Control Panel.

    MyDocuments

    Virtual folder that contains the objects in the user's My Documents folder.

    MyMusic

    File system directory that serves as a common repository for music files.

    MyPictures

    My Pictures folder.

    MyVideo

    File system directory that serves as a common repository for video files.

    NetAndDialUpConnections

    Virtual folder that contains network and dial-up connections.

    NetHood

    A file system folder that contains the link objects that can exist in the My Network Places virtual folder.

    NetworkNeighborhood

    Network Neighborhood virtual folder that represents the root of the network namespace hierarchy.

    Personal

    File system directory that serves as a common repository for documents.

    Printers

    Virtual folder that contains installed printers.

    ProgramFiles

    Program files folder

    Programs

    File system directory that contains the user's program groups.

    Recent

    File system directory that contains the user's most recently used documents.

    Resources

    System resource directory.

    ResourcesLocalized

    Localized resource directory.

    SendTo

    File system directory that contains Send To menu items.

    StartMenu

    File system directory that contains Start Menu items.

    Startup

    File system directory that corresponds to the user's Startup program group.

    Templates

    File system directory that serves as a common repository for document templates.

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