Our.Umbraco.LinkedPages 9.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Our.Umbraco.LinkedPages --version 9.0.0
NuGet\Install-Package Our.Umbraco.LinkedPages -Version 9.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Our.Umbraco.LinkedPages" Version="9.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Our.Umbraco.LinkedPages --version 9.0.0
#r "nuget: Our.Umbraco.LinkedPages, 9.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Our.Umbraco.LinkedPages as a Cake Addin
#addin nuget:?package=Our.Umbraco.LinkedPages&version=9.0.0

// Install Our.Umbraco.LinkedPages as a Cake Tool
#tool nuget:?package=Our.Umbraco.LinkedPages&version=9.0.0

About

Linked pages, lets you quickly and eaisly examine and mange the relationships between pages inside Umbraco.

Linked pages adds a new "Linked Pages" item to the context menu of items in the Content tree.

From here you can quickly and easily see the related items for any page.

Linked pages dialog

Config

you can control what relationships are displayed in the linked pages dialog via settings in web.config / app settings

Web.Config

<appSettings>
   ...
   <add key="LinkedPages:RelationType" value="[relationtypestoshow]" />
   <add key="LinkedPages:ShowType" value="true/false" />
   <add key="LinkedPaged:Ignore" value="umbMedia,umbDocument" />
</appSettings>

appsettings.json

{
    "LinkedPages" : {
        "RelationType" : "",
        "ShowType" : false,
        "Ignore": "umbMedia,umbDocument"
    }
}
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.0.3 396 1/17/2024
10.0.2 2,173 9/7/2023
10.0.1 3,384 12/2/2022
10.0.0 316 12/2/2022
9.0.0 2,092 9/28/2021
9.0.0-rc004 254 9/24/2021
9.0.0-beta001 224 7/13/2021
8.0.0 23,438 3/4/2020
1.0.0 3,167 2/6/2019
1.0.0-beta 3,876 12/13/2017