C# Class MediaPortalWrapper.Filesystem.ManagedDirEntry

Show file Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Public Properties

Property Type Description
IsFolder bool
Label string
Path string
Size long

Public Methods

Method Description
ManagedDirEntry ( string label, string path ) : System

Method Details

ManagedDirEntry() public method

public ManagedDirEntry ( string label, string path ) : System
label string
path string
return System

Property Details

IsFolder public property

public bool IsFolder
return bool

Label public property

public string Label
return string

Path public property

public string Path
return string

Size public property

public long Size
return long