@umbraco-cms/backoffice
    Preparing search index...
    Index
    • Converts a unique URL friendly string to a server path

      Parameters

      • serverFilePathUnique: string | null

        The unique to convert

      Returns string | null

      The server file path, or null if the input was null

      UmbServerFilePathUniqueSerializer

    • Converts a server file path to a unique URL friendly string that can be used in the client

      Parameters

      • serverFilePath: string

        The server file path to convert

      Returns string

      The unique URL friendly string

      UmbServerFilePathUniqueSerializer