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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.