Is there any option to see all the properties of a node type at one place? | Community
Skip to main content
GK-007
Level 9
July 19, 2017
Solved

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

  • July 19, 2017
  • 2 replies
  • 817 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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.

2 replies

smacdonald2008
Level 10
July 19, 2017

This is the best place for this requirement - http://localhost:4502/crx/explorer/nodetypes/index.jsp

smacdonald2008
smacdonald2008Accepted solution
Level 10
July 19, 2017

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.