Tagged articles
Image from Pexels

Tagged articles - Backend

Found 2 articles tagged with Backend

Automatic property population when node created
Pre-populate properties right after node is created
0
For pretty much every website I built in Umbraco, there is some sort of title property for page document type. Either it is a title for navigation in breadcrumbs or menu or main h1 page title. Usually some of these properties need to be mandatory and in most cases they are the same as the name of the node in content, but still, you have to keep ability to override the value with these properties. ...read more
Umbraco backend customization - handling events
Hook on umbraco events and control them from your code
0
In Umbraco 6 new interface IApplicationHandler is introduced. By inheriting this interface in your class you can hook your custom methods to handle events which occur in Umbraco. The following two I use really often for controlling Umbraco behavior: ...read more

.NET

read more

JavaScript

read more

SQL/T-SQL

read more

Umbraco CMS

read more