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
Hi,
Tim created a package that probably does what you want: http://our.umbraco.org/projects/datefolder
HTH, Peter
Thanks for your quick reply..
is it possible to extract code of this?
If you need the code, you could do 2 things:
1: ask Tim for the code (maybe the source is on his blog, hevent' checked)
2: take a look at the blog4umbraco package. It is also part of that. (http://our.umbraco.org/projects/blog-4-umbraco)
is working on a reply...