« Return to Thread: JSON Plugin - excludeProperties Issues

JSON Plugin - excludeProperties Issues

by Hoying, Ken-2 :: Rate this Message:

Reply to Author | View in Thread

I am trying to specify properties for the JSON plugin to ignore.
However, this does not seem to be working.  Am I specfiying something
incorrectly?  Does it not work in conjunction with specifying the root?

                        <result type="json">
  <param
name="root">categoryChildren</param>
                                <param name="excludeProperties">
                                        createdTs, createdBy,
lastModifiedTs, lastModifiedBy, allCategoriesOfRoot,
                                        products, contracts, children,
contractCount, productCount,
                                        allTaxonomyCategories,
rootTaxonomyCategories
  </param>
                        </result>

 « Return to Thread: JSON Plugin - excludeProperties Issues