Table of Contents

Method AddFile

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

AddFile(string?, string, SvgImage?)

Adds file to the control.

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

Parameters

title string

Optional title of the file.

path string

Path to file.

image SvgImage

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

Returns

bool

AddFile(NewItemInfo)

Adds file to the control.

public virtual bool AddFile(FileListBox.NewItemInfo item)

Parameters

item FileListBox.NewItemInfo

File information.

Returns

bool