Table of Contents

Method AddFolder

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddFolder(NewItemInfo)

Adds folder to the control.

public virtual bool AddFolder(FileListBox.NewItemInfo item)

Parameters

item FileListBox.NewItemInfo

Folder information.

Returns

bool

AddFolder(string?, string, SvgImage?)

Adds folder to the control.

public virtual bool AddFolder(string? title, string path, SvgImage? image = null)

Parameters

title string

Optional title of the folder.

path string

Path to folder.

image SvgImage

Folder image. If not specified, default image will be used.

Returns

bool