cancel
Showing results for 
Search instead for 
Did you mean: 

retreiving aspect property from Javascript

tonc
Champ on-the-rise
Champ on-the-rise
Hi all,

I have a node which has an aspect with properties.
I can get the ScriptNode object but I can't find a way to access the properties of the aspect… Is this possible from the Javascript API or will I have to write a Java bean for this webscript?

Thanks in advance,

Toon
1 REPLY 1

mikeh
Star Contributor
Star Contributor
Just use
node.properties["cm:propertyName"]

Thanks,
Mike