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
what is the document type id and media type id and document id and media id how to get in razor in umbraco 4.7.1.1?
get the context node using
Node node = umbraco.nodefactory.Node.GetCurrent();
node.getproperty(pass in the id or alias)
For v4.7+ this might help:
http://our.umbraco.org/wiki/reference/code-snippets/razor-snippets
http://our.umbraco.org/projects/developer-tools/razor-dynamicnode-cheat-sheet
For 4.10+ MVC this might help:
http://umbraco.com/follow-us/blog-archive/2012/10/30/getting-started-with-mvc-in-umbraco-410.aspx
http://our.umbraco.org/Documentation/Reference/Mvc/index
Jeroen
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
what is the document type id and media type id and document id and media id how to get in razor?
what is the document type id and media type id and document id and media id how to get in razor in umbraco 4.7.1.1?
get the context node using
Node node = umbraco.nodefactory.Node.GetCurrent();
node.getproperty(pass in the id or alias)
For v4.7+ this might help:
http://our.umbraco.org/wiki/reference/code-snippets/razor-snippets
http://our.umbraco.org/projects/developer-tools/razor-dynamicnode-cheat-sheet
For 4.10+ MVC this might help:
http://umbraco.com/follow-us/blog-archive/2012/10/30/getting-started-with-mvc-in-umbraco-410.aspx
http://our.umbraco.org/Documentation/Reference/Mvc/index
Jeroen
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.