Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Eugen 30 posts 131 karma points
    Oct 29, 2018 @ 16:41
    Eugen
    0

    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.

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    Oct 29, 2018 @ 17:03
    Alex Skrypnyk
    1

    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

  • Eugen 30 posts 131 karma points
    Oct 30, 2018 @ 07:57
    Eugen
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft