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

    Show / Hide Table of Contents

    Interface IShortcutHandler

    Namespace: MediaBrowser.Model.IO
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IShortcutHandler

    Methods

    Create(String, String)

    Creates the specified shortcut path.

    Declaration
    void Create(string shortcutPath, string targetPath)
    Parameters
    Type Name Description
    System.String shortcutPath

    The shortcut path.

    System.String targetPath

    The target path.

    GetExtension()

    Gets the extension.

    Declaration
    ReadOnlySpan<char> GetExtension()
    Returns
    Type Description
    System.ReadOnlySpan<System.Char>

    Resolve(ReadOnlySpan<Char>)

    Resolves the specified shortcut path.

    Declaration
    ReadOnlySpan<char> Resolve(ReadOnlySpan<char> shortcutPath)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Char> shortcutPath

    The shortcut path.

    Returns
    Type Description
    System.ReadOnlySpan<System.Char>

    System.String.

    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.