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 have Dropdown list datatype, When I create new node I need set value to this Dropdown list datatype.
Document doc = Document.MakeNew("", dt, author, 1049);
doc.getProperty("year").Value = Year;
doc.getProperty(" MY_Dropdown_list_datatype").Value = "US";// How I can do this?
Values in Dropdown_list
-US
-UA
-RU
I can get them all, but I cant set it in new node
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Dropdown list datatype
I have Dropdown list datatype, When I create new node I need set value to this Dropdown list datatype.
Document doc = Document.MakeNew("", dt, author, 1049);
doc.getProperty("year").Value = Year;
doc.getProperty(" MY_Dropdown_list_datatype").Value = "US";// How I can do this?
Values in Dropdown_list
-US
-UA
-RU
I can get them all, but I cant set it in new node
is working on a reply...