Class FileSystemEntryInfo
Class FileSystemEntryInfo
Inheritance
System.Object
FileSystemEntryInfo
Namespace: MediaBrowser.Model.IO
Assembly: MediaBrowser.Model.dll
Syntax
public class FileSystemEntryInfo
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |
Type
Gets or sets the type.
Declaration
public FileSystemEntryType Type { get; set; }
Property Value
Type | Description |
---|---|
FileSystemEntryType | The type. |