i want To create a c# class which works together with a config file placed in the /config/ folder. The dll should be able to do the following:
- When creating a new page in the content area of a specific document type (this has to be changeable in the config file mentioned above) it should move the newly created page into a folder based on the current date.
creating a dll code
i want To create a c# class which works together with a config file placed in the /config/ folder.
The dll should be able to do the following:
- When creating a new page in the content area of a specific document type (this has to be changeable in the config file mentioned above) it should move the newly created page into a folder based on the current date.
thank in advance
Chennai,
Have a look at Chris' AutoFolders project, it may be exactly what you need (http://our.umbraco.org/projects/autofolders)
Cheers,
/Dirk
Thanks Dirk..
I will look into it
is working on a reply...