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.
This tutorial uses FileSystemWatcher that provides the following file system events: Changed, Deleted, Created, and Renamed.
FileSystemWatcher
Changed
Deleted
Created
Renamed
To subscribe to the Created event, in the constructor of the CustomTypeSiteSyncSnapIn class, add the App_Data\Sitefinity\Test path that will be watched by the watcher and subscribe to the Created event.
CustomTypeSiteSyncSnapIn
App_Data\Sitefinity\Test
Use the following code sample:
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