Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am working with umbraco 6.1.6. I want to know how to add a node into the content tree programmatically?
This is the structure I want:
content
Here childnodes have the same document types. How can I create these childnodes programatically using C#?
Hi Asna
Welcome to Umbraco Forum. here is the documentation of how to work with Content API. here
All the documentation for the v6 API can be found here
you can also watch the tutorial on Umbraco.Tv here
There is also this article by Tim which explains the CRUD operation on Content here
Cheers
Ali
You need to use the content service and then create a new document. From there it should be easy :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco:create childnodes in content using C#
I am working with umbraco 6.1.6. I want to know how to add a node into the content tree programmatically?
This is the structure I want:
content
Here childnodes have the same document types. How can I create these childnodes programatically using C#?
Hi Asna
Welcome to Umbraco Forum. here is the documentation of how to work with Content API. here
All the documentation for the v6 API can be found here
you can also watch the tutorial on Umbraco.Tv here
There is also this article by Tim which explains the CRUD operation on Content here
Cheers
Ali
You need to use the content service and then create a new document. From there it should be easy :)
is working on a reply...