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 have build a structure like this:
Home - toppage - subpage |Settings
I'm trying to find some properties from the settingspage on the subpage.@Umbraco.Field(@DynamicModel.AncestorsOrSelf.Last().Down(), "aliasofproperty")
I get the error: Could not finding matching Signature for 'Down' with 0 parameters
I'm using V5.0.1
Whats the right thing to do here ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
how to traverse contentproperty
Hi
I have build a structure like this:
Home - toppage - subpage
|
Settings
I'm trying to find some properties from the settingspage on the subpage.
@Umbraco.Field(@DynamicModel.AncestorsOrSelf.Last().Down(), "aliasofproperty")
I get the error: Could not finding matching Signature for 'Down' with 0 parameters
I'm using V5.0.1
Whats the right thing to do here ?
is working on a reply...