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.
Is it posible to get information about the datatype of a nodes property?
IProperty only contains information about the alias, value and version.
But I would like to get the coresponding datatype for that property so I can get its name,rendercontrol etc.
Any sugestions?
hi,
you can use ....this on document property ..... where d is a document .....
var tem = d.getProperty("post").PropertyType.DataTypeDefinition.DataType;
cheers,
jigs
Spot on.
Thanks jigs
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to get datatype from node property
Hi.
Is it posible to get information about the datatype of a nodes property?
IProperty only contains information about the alias, value and version.
But I would like to get the coresponding datatype for that property so I can get its name,rendercontrol etc.
Any sugestions?
hi,
you can use ....this on document property ..... where d is a document .....
var tem = d.getProperty("post").PropertyType.DataTypeDefinition.DataType;
cheers,
jigs
Spot on.
Thanks jigs
is working on a reply...