Class FileStack
Inheritance
System.Object
FileStack
Assembly: Emby.Naming.dll
Syntax
public sealed class FileStack
Properties
Files
Declaration
public List<MediaFileInfo> Files { get; set; }
Property Value
IsDirectoryStack
Declaration
public bool IsDirectoryStack { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ContainsFile(String, Boolean)
Declaration
public bool ContainsFile(string file, bool IsDirectory)
Parameters
Type |
Name |
Description |
System.String |
file |
|
System.Boolean |
IsDirectory |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods