• Get fieldvalues from items in custom macro
    Question Jun 9, 2016
    Hello, We're creating a custom breadcrumb function where we need field values from the items we want to display. Underneath you can see our code to receive the link & title: Item is of type TreeNode. `" " + item.GetValue(Constants.Title) + " ";` Our problem is as followin...

  •   ... 191 192 193 194 195 196 197 198 199 200