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'm using the umbraco.cms.businesslogic.member namespace to get member details and generic properties.
One thing that I can't seem to get hold of is the Node Name.
I've tried:-
taking the member id from the returned member object and then creating a node object from name to get the node.name property but it returns empty.
Any clues?
Hi Mark,
You should be able to use the .Text property of the Member - this should return the actual name of the node. This is used in various places in the Umbraco API such as with Documents.
Hope this helps,Tom
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Getting node name from member object
Hi,
I'm using the umbraco.cms.businesslogic.member namespace to get member details and generic properties.
One thing that I can't seem to get hold of is the Node Name.
I've tried:-
taking the member id from the returned member object and then creating a node object from name to get the node.name property but it returns empty.
Any clues?
Hi Mark,
You should be able to use the .Text property of the Member - this should return the actual name of the node. This is used in various places in the Umbraco API such as with Documents.
Hope this helps,
Tom
is working on a reply...