C# Class MediaPortalWrapper.Filesystem.ManagedDirEntry

Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Méthodes publiques

Свойство Type Description
IsFolder bool
Label string
Path string
Size long

Méthodes publiques

Méthode Description
ManagedDirEntry ( string label, string path ) : System

Method Details

ManagedDirEntry() public méthode

public ManagedDirEntry ( string label, string path ) : System
label string
path string
Résultat System

Property Details

IsFolder public_oe property

public bool IsFolder
Résultat bool

Label public_oe property

public string Label
Résultat string

Path public_oe property

public string Path
Résultat string

Size public_oe property

public long Size
Résultat long