Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FileStack

    Inheritance
    System.Object
    FileStack
    Namespace: Emby.Naming.Video
    Assembly: Emby.Naming.dll
    Syntax
    public sealed class FileStack

    Properties

    Files

    Declaration
    public List<MediaFileInfo> Files { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MediaFileInfo>

    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

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.