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

    Show / Hide Table of Contents

    Class NamingHelper

    Inheritance
    System.Object
    NamingHelper
    Namespace: Emby.Naming.Common
    Assembly: Emby.Naming.dll
    Syntax
    public static class NamingHelper

    Methods

    Fix(FileSystemMetadata)

    Declaration
    public static FileSystemMetadata Fix(FileSystemMetadata file)
    Parameters
    Type Name Description
    FileSystemMetadata file
    Returns
    Type Description
    FileSystemMetadata

    GetFileSystemMetadata(String, Boolean)

    Declaration
    public static FileSystemMetadata GetFileSystemMetadata(string path, bool isDirectory)
    Parameters
    Type Name Description
    System.String path
    System.Boolean isDirectory
    Returns
    Type Description
    FileSystemMetadata

    GetFileSystemMetadata(String, Boolean, IFileSystem)

    Declaration
    public static FileSystemMetadata GetFileSystemMetadata(string path, bool isDirectory, IFileSystem fileSystem)
    Parameters
    Type Name Description
    System.String path
    System.Boolean isDirectory
    IFileSystem fileSystem
    Returns
    Type Description
    FileSystemMetadata
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.