Konstrukt
🚨 Konstrukt is now Umbraco UI Builder 🚨
  • Konstrukt Documentation
  • Getting Started
    • Overview
    • Installation
    • Configuration
    • User Interface
  • Guides
    • Creating your first integration
  • Areas
    • Overview
    • Sections
      • Summary Dashboards
    • Trees
      • Folders
    • Dashboards
    • Context Apps
  • Collections
    • Overview
    • The Basics
    • List Views
      • Field Views
    • Editors
    • Child Collections
      • Child Collection Groups
  • Searching
    • Overview
    • Searchable Properties
  • Filtering
    • Overview
    • Global Filters
    • Data Views
      • Data Views Builders
    • Filterable Properties
  • Actions
    • Overview
    • The Basics
    • Action Visbility
    • Inbuilt Actions
  • Cards
    • Overview
    • Count Cards
    • Custom Cards
  • Property Editors
    • Overview
    • Entity Picker
  • Advanced
    • Virtual Sub Trees
    • Encrypted Properties
    • Value Mappers
    • Repositories
    • Events
  • Extras
    • Conventions
    • Umbraco Aliases
    • Konstrukt vs UI-O-Matic
    • Known Issues
    • Changelog
Powered by GitBook
On this page
  • KonstruktExportEntityAction
  • KonstruktImportEntityAction
Edit on GitHub
  1. Actions

Inbuilt Actions

A list of inbuilt actions that come with Konstrukt, the back office UI builder for Umbraco.

Konstrukt comes with a number of inbuilt actions that are available for you to use straight away.

KonstruktExportEntityAction

Namespace Konstrukt.Infrastructure.Configuration.Actions

Provides a simple CSV export functionality converting all properties to column headings and rendering each entities property values on each row.

KonstruktImportEntityAction

Namespace Konstrukt.Infrastructure.Configuration.Actions

Provides a simple CSV import functionality matching column headings with entity properties and mapping row values to an entity.

PreviousAction VisbilityNextOverview

Last updated 2 years ago