KeyShot.Umbraco 1.0.1

dotnet add package KeyShot.Umbraco --version 1.0.1
                    
NuGet\Install-Package KeyShot.Umbraco -Version 1.0.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="KeyShot.Umbraco" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KeyShot.Umbraco" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="KeyShot.Umbraco" />
                    
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 KeyShot.Umbraco --version 1.0.1
                    
#r "nuget: KeyShot.Umbraco, 1.0.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 KeyShot.Umbraco@1.0.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=KeyShot.Umbraco&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=KeyShot.Umbraco&version=1.0.1
                    
Install as a Cake Tool

DAM for Umbraco (DFU) Asset Picker

A lightweight and flexible DAM (Digital Asset Management) asset picker for Umbraco. This package adds a custom property editor that allows editors to browse and select assets directly from KeyShot DAM.

✨ Features

  • Custom property editor for selecting DAM assets
  • Configurable DAM endpoint and authentication
  • Supports single or multiple selections
  • Preview of selected assets directly in the backoffice

🚀 Installation

Install via NuGet:

Install-Package YourCompany.Umbraco.DamPicker

or using the .NET CLI:

dotnet add package YourCompany.Umbraco.DamPicker

⚙️ Configuration

After installation, configure your DAM endpoint in appsettings.json:

"DamPicker": {
  "ApiBaseUrl": "https://your-dam-provider/api/",
  "ApiKey": "your-api-key",
  "AllowMultiple": true
}

📦 Usage

  1. Go to Settings → Data Types
  2. Create a new data type using DAM Asset Picker
  3. Configure options such as:
    • Allowed file types
    • Single/multiple selection
  4. Add the data type to your document types

When editing content, authors will see an asset picker modal allowing them to browse and select assets from the DAM.

🧩 Extensibility

You can implement custom DAM providers by extending the service layer. The package exposes interfaces for:

  • Fetching assets
  • Searching
  • Thumbnails & preview metadata

📚 Requirements

  • Umbraco CMS 10+
  • .NET 6+

📄 License

MIT License


Made with ❤️ for Umbraco editors.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.1 525 2/17/2026
1.0.0.2 664 1/12/2026
1.0.0.1 129 1/7/2026