Table of Contents

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

rootFolder Environment.SpecialFolder

The 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

rootFolder string

The root folder path.

Returns

string

The selected folder path.