kentico_zdenekc
-
8/13/2008 8:06:46 AM
RE:A question about custom document type
Hi Broze.
It is not recommend to add data manually into database. Data are stored automatically when new document of this type is added. You can also modify data of existing documents in 'Form' tab in CMSDesk -> Content section. Then you can configure repeater to display documents of your type from given path. I would recommend going through tutorial for more details, especially following pages:
http://www.kentico.com/docs/tutorial/overview3.htm http://www.kentico.com/docs/tutorial/defining_a_new_document_type.htm http://www.kentico.com/docs/tutorial/writing_transformations.htm
However, if you want to add the data programatically, you are able to use our API. Please see http://www.kentico.com/docs/devguide/api_overview.htm and following pages, especially "Managing documents" sections for details and examples.
Regards, Zdenek Cetkovsky
|