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
Hi. I need implement foreach for every view in content. I need get a View- object to add some text in this view and save it.
Hello Eugen
It's a little bit not clear what you want to do? Can you show backend images of structure and code that you are working on?
Oleksandr
I need something like in C# code: Views- all Umbraco's Vies
if(Views!=null) foreach(var item in Views) {
//something to do with object (type View) }
But i don't know how to get all umraco's views
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Foreach Content's View
Hi. I need implement foreach for every view in content. I need get a View- object to add some text in this view and save it.
Hello Eugen
It's a little bit not clear what you want to do? Can you show backend images of structure and code that you are working on?
Oleksandr
I need something like in C# code: Views- all Umbraco's Vies
if(Views!=null) foreach(var item in Views) {
//something to do with object (type View) }
But i don't know how to get all umraco's views
is working on a reply...