IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
You can use the global data processing framework to process all data that is sent to the database. You can use it to define data processors, which are then used to track or modify the database entities upon their creation or modification.
The following sample creates simple text sanitizer that removes obscene words from a news content:
ProcessorBase
IDataProcessor
RESULT: All the obscene words that you have defined in the processor will be censored. You can also implement more complex logic. Have in mind that this would slow down your save operation for the relevant content item.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important