Table of Contents

Interface ILastDirSelector

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Interface describes last directory selector.

public interface ILastDirSelector
Extension Methods

Methods

SetValue(string, string)

Set value by control name.

void SetValue(string ctrlName, string value)

Parameters

ctrlName string

Control name.

value string

The value.

TryGetValue(string, out string)

Try to get value by control name.

bool TryGetValue(string ctrlName, out string value)

Parameters

ctrlName string

Control name.

value string

The value.

Returns

bool

Opeation result.