Kentico CMS
Retrieving Editable Regions in Kentico
Problem : Retrieve contents of editable regions in Kentico Kentico CMS allows you to use a custom control called CMSEditableRegion. There are times when you might need to check the contents of this region and perform some checks to implement business rules. Solution : Check for the EditableRegion property on the Current document Each document [...]