Rank: Newbie
Joined: 8/27/2008 Posts: 2
|
Hi,
I am just wondering is there any easy way to render / retrieve the datatype, which i created on the CMS (Data Types in Developer section)? For e.g. I have created a datatype which uses control as dropdown list and added some custom values. I would like to retrieve the same stuff on my .NET application, to a .net dropdown list for instance.
I am sorry if it has been asked before :P
Thanks Dave
|
Rank: Newbie
Joined: 8/27/2008 Posts: 2
|
I found it. using umbraco.library.GetPreValues(DataTypeID) is exactly what i wanted.
|