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 try to recursively get the value of two document type properties in a razor macro (Umbraco v 6.0.5).
dynamic mediaItems = Model._myImage.mediaItem;
This is of type "Digibiz Advanced Media Picker" and works (as expected) on the node where the property has a value and on all subnodes.
var link = Model._myUrl;
This is of type "uComponents: URL Picker" and works only on the node where the property has a value.There might be something obvious overlooked by me...
ThanksMatthias
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Recursive property: DAMP vs. uComponents URL Picker
Hi,
i try to recursively get the value of two document type properties in a razor macro (Umbraco v 6.0.5).
This is of type "Digibiz Advanced Media Picker" and works (as expected) on the node where the property has a value and on all subnodes.
This is of type "uComponents: URL Picker" and works only on the node where the property has a value.
There might be something obvious overlooked by me...
Thanks
Matthias
is working on a reply...