Interface IDW
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for folder selection operations.
public interface IDW
- Extension Methods
Methods
SelectOfFolder(SpecialFolder)
Selects a folder within the specified special folder.
string SelectOfFolder(Environment.SpecialFolder rootFolder)
Parameters
rootFolderEnvironment.SpecialFolderThe special folder to search in.
Returns
- string
The selected folder path.
SelectOfFolder(string)
Selects a folder within the specified root folder path.
string SelectOfFolder(string rootFolder)
Parameters
rootFolderstringThe root folder path.
Returns
- string
The selected folder path.