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.
Last updated