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
hii.
first of all - thanks. very nice package. i have 2 questions about..
1 ) it is possible to deside which properties will not show when see all the content?
only in edit mode - simple editor for example...
2 ) it is work with razor?
Here is an razor example , i use it in macro so i get the node id with the multiType by parameter..
but i think this is same like use @Model
@using umbraco.MacroEngines@{ dynamic node = new DynamicNode(@Parameter.nodeId); if (@node.HasValue("multiTypePropertyAlias")) { dynamic Items = node.multiTypePropertyAlias; if (Items.Count() != 0) { foreach (dynamic item in Items) { <span>@item.propertyInYourMultiTypeDataTypeAlias</span> } } }}
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
2 questions...
hii.
first of all - thanks. very nice package. i have 2 questions about..
1 ) it is possible to deside which properties will not show when see all the content?
only in edit mode - simple editor for example...
2 ) it is work with razor?
Here is an razor example , i use it in macro so i get the node id with the multiType by parameter..
but i think this is same like use @Model
is working on a reply...