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
I'm trying to set the value of my contentTag property (type Tags, using package YoyoCms):
I set the value as:
var newContent = contentService.CreateContent( parentId: nodeNumber, name: nomeAttivitaNodo, contentTypeAlias: "Attivita", userId: -1 ); newContent.SetValue("contentTag", "tag1, tag2");
all works fine but the propery is not valorized, any help?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Setting Tags values from code behind
I'm trying to set the value of my contentTag property (type Tags, using package YoyoCms):
I set the value as:
all works fine but the propery is not valorized, any help?
is working on a reply...