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 im new to umbraco...
How can i access the document type propperty values, from the current page in my codebehind file c#?
Thomas,
You need to use NodeFactory take a look at this wiki http://our.umbraco.org/wiki/reference/api-cheatsheet/working-with-the-nodefactory
Regards
Ismail
Also if using .net35 you can use this http://our.umbraco.org/forum/developers/extending-umbraco/2341-extension-method-to-umbraco-node-getpropertyvalue extension method for a safe GetProperty
thanks a lot ;-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
get document type propperty values from c#
Hi im new to umbraco...
How can i access the document type propperty values, from the current page in my codebehind file c#?
Thomas,
You need to use NodeFactory take a look at this wiki http://our.umbraco.org/wiki/reference/api-cheatsheet/working-with-the-nodefactory
Regards
Ismail
Also if using .net35 you can use this http://our.umbraco.org/forum/developers/extending-umbraco/2341-extension-method-to-umbraco-node-getpropertyvalue extension method for a safe GetProperty
thanks a lot ;-)
is working on a reply...