I am trying to get the text value of a dropdown list from the API and I am seriously struggling.
This is what I have at the moment:
Document doc = new Document(Node.GetCurrent().Id);
doc.GetProperty("fieldPropertyName").Value;
This returns a string representation of the id for the prevalue.
What I want is the text for that pre value.
Thanks in advance for the help.