Skip to the content.

PromptPlus API:ItemBrowser

Build Publish License NuGet Downloads

Back to List Api

ItemBrowser

Namespace: PPlus.Controls

Represents a file or folder item

public class ItemBrowser

Inheritance ObjectItemBrowser

Properties

CurrentFolder

Get name of parent folder

public string CurrentFolder { get; internal set; }

Property Value

String

FullPath

Get fullpath of item

public string FullPath { get; internal set; }

Property Value

String

IsFolder

Get if item is folder

public bool IsFolder { get; internal set; }

Property Value

Boolean

Length

Get Length of item. If a folder length represents number of item. If file length represents the size in bytes

public long Length { get; internal set; }

Property Value

Int64

Name

Get Name

public string Name { get; internal set; }

Property Value

String

Constructors

ItemBrowser()

public ItemBrowser()

Back to List Api