C# Class MediaPortalWrapper.Filesystem.ManagedDirEntry

ファイルを表示 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_oe property

public bool IsFolder
return bool

Label public_oe property

public string Label
return string

Path public_oe property

public string Path
return string

Size public_oe property

public long Size
return long