Keyoti SearchUnit API Docs
FolderBrowserDialog Class
API DocumentationKeyoti.SearchEngineFolderBrowserDialog
Keyoti SearchUnit v6
Component wrapping access to the Browse For Folder common dialog box. Call the ShowDialog() method to bring the dialog box up.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public sealed class FolderBrowserDialog : Component
public sealed class FolderBrowserDialog : Component
Public NotInheritable Class FolderBrowserDialog
	Inherits Component
Public NotInheritable Class FolderBrowserDialog
	Inherits Component
public ref class FolderBrowserDialog sealed : public Component
public ref class FolderBrowserDialog sealed : public Component
[<SealedAttribute>]
type FolderBrowserDialog =  
    class
        inherit Component
    end
[<SealedAttribute>]
type FolderBrowserDialog =  
    class
        inherit Component
    end
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
FolderBrowserDialog()()()()
Container (Inherited from Component.)
CreateObjRef(Type) (Inherited from MarshalByRefObject.)
DirectoryPath
Full path to the folder selected by the user.

Dispose()()()() (Inherited from Component.)
Disposed (Inherited from Component.)
Equals(Object) (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetLifetimeService()()()() (Inherited from MarshalByRefObject.)
GetType()()()() (Inherited from Object.)
InitializeLifetimeService()()()() (Inherited from MarshalByRefObject.)
OnlyFilesystem
Only return file system directories. If the user selects folders that are not part of the file system, the OK button is unavailable.

SelectedPath
ShowDialog()()()()
Shows the folder browser dialog box.

ShowDialog(IWin32Window)
Shows the folder browser dialog box with the specified owner window.

Site (Inherited from Component.)
StartLocation
Location of the root folder from which to start browsing. Only the specified folder and any folders beneath it in the namespace hierarchy appear in the dialog box.

ToString()()()() (Inherited from Component.)
Inheritance Hierarchy
Object
MarshalByRefObject
 Component
  FolderBrowserDialog

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120