how to filter out the itemtype properties information from multiple element properties #6620
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Filtering out the information after you get the result is:
The most efficient way would be to tell the Presentation system to not load those properties at all. However, the intention of
|
Beta Was this translation helpful? Give feedback.
Filtering out the information after you get the result is:
The most efficient way would be to tell the Presentation system to not load those properties at all. However, the intention of
getElementProperties
API was to make it as simple as possible to retrieve properties displayed in the property grid, so it doesn't have this customization option. For that you would need to:Find out where the properties come from. The BisCore supplemental ruleset defines a number of
ContentMod…