PromptPlus API:ItemBrowser
ItemBrowser
Namespace: PPlus.Controls
Represents a file or folder item
public class ItemBrowser
Inheritance Object → ItemBrowser
Properties
CurrentFolder
Get name of parent folder
public string CurrentFolder { get; internal set; }
Property Value
FullPath
Get fullpath of item
public string FullPath { get; internal set; }
Property Value
IsFolder
Get if item is folder
public bool IsFolder { get; internal set; }
Property Value
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
Name
Get Name
public string Name { get; internal set; }
Property Value
Constructors
ItemBrowser()
public ItemBrowser()