Expand my Community achievements bar.

SOLVED

Is there any option to see all the properties of a node type at one place?

Avatar

Level 9

Hi All,

Is there any way to know what are all the properties available for a specific node type without writing any custom code?For example, I want to know all the available properties of node type dam:AssetContent.I have gone to node type administration in /crx/explorer but seeing very fewer properties.

Thanks,

Kishore

1 Accepted Solution

Avatar

Correct answer by
Level 10

You are correct - this does list some props - however - does not look complete. For a complete list of props - you may need to write logic using JCR API.

Node (Content Repository for Java Technology API Version 2.0)

The node object has a method name getProperties.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

You are correct - this does list some props - however - does not look complete. For a complete list of props - you may need to write logic using JCR API.

Node (Content Repository for Java Technology API Version 2.0)

The node object has a method name getProperties.