Kentico.Xperience.ContentModelGraph 1.0.0-prerelease-1

Prefix Reserved
This is a prerelease version of Kentico.Xperience.ContentModelGraph.
dotnet add package Kentico.Xperience.ContentModelGraph --version 1.0.0-prerelease-1
                    
NuGet\Install-Package Kentico.Xperience.ContentModelGraph -Version 1.0.0-prerelease-1
                    
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="Kentico.Xperience.ContentModelGraph" Version="1.0.0-prerelease-1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kentico.Xperience.ContentModelGraph" Version="1.0.0-prerelease-1" />
                    
Directory.Packages.props
<PackageReference Include="Kentico.Xperience.ContentModelGraph" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kentico.Xperience.ContentModelGraph --version 1.0.0-prerelease-1
                    
#r "nuget: Kentico.Xperience.ContentModelGraph, 1.0.0-prerelease-1"
                    
#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.
#:package Kentico.Xperience.ContentModelGraph@1.0.0-prerelease-1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kentico.Xperience.ContentModelGraph&version=1.0.0-prerelease-1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Kentico.Xperience.ContentModelGraph&version=1.0.0-prerelease-1&prerelease
                    
Install as a Cake Tool

Xperience by Kentico: Content Model Graph

Kentico Labs CI

Description

Content Model Graph adds an interactive application to the Xperience by Kentico administration. It visualizes relationships among:

  • Page, reusable, email, and headless content types
  • Reusable field schemas
  • Taxonomies and forms
  • Custom and system object types

The graph supports filtering, search highlighting, horizontal and vertical layouts, field-name labels, JSON export, and cache refresh.

The graph is generated from Xperience metadata. It does not inspect application code or external data sources. Graph data is cached for 60 minutes and can be refreshed from the application toolbar.

Screenshots

<a href="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-content-model-graph/refs/heads/main/docs/images/dancing-goat-content-model-graph.jpg"> <img src="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-content-model-graph/refs/heads/main/docs/images/dancing-goat-content-model-graph.jpg" width="800" alt="Dancing Goat content model graph in the Xperience administration"> </a>

<a href="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-content-model-graph/refs/heads/main/docs/images/xperience-by-kentico-commerce-model-graph.jpg"> <img src="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-content-model-graph/refs/heads/main/docs/images/xperience-by-kentico-commerce-model-graph.jpg" width="800" alt="Xperience by Kentico commerce model graph in the Xperience administration"> </a>

Videos

Watch and see how you can use this library to explore the entire data model of your Xperience by Kentico project.

<a href="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-content-model-graph/refs/heads/main/docs/images/xperience-by-kentico-content-model-graph-exploration.webm"> <img src="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-content-model-graph/refs/heads/main/docs/images/xperience-by-kentico-content-model-graph-exploration.png" width="800" alt="Content Model Graph exploration demonstration"> </a>

Requirements

Xperience version Library version
>= 31.7.3 1.0.0-prerelease-1
  • .NET 10.0 or newer
  • Xperience by Kentico 31.7.3 or newer

Package Installation

dotnet add package Kentico.Xperience.ContentModelGraph --version 1.0.0-prerelease-1

Quick Start

Register the graph builder before building the application:

using Kentico.Xperience.ContentModelGraph;

builder.Services.AddContentModelGraph();

The package registers the Content model graph application and its embedded Admin client module automatically. Users need access to applications in the Development category.

Full Instructions

See the Usage Guide for graph behavior and client development setup.

Contributing

See Contributing Setup and Kentico's contribution guidelines.

License

Distributed under the MIT License. See LICENSE.md.

Support

This project has Kentico Labs limited support. See SUPPORT.md.

For security issues, see SECURITY.md.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
1.0.0-prerelease-1 76 8/17/2026