Search code examples
widgettransformationweb-partskentico

How to access widget's properties in transformation of a page type


I have created a widget which have some properties in Kentico. I want to access the value of that property in a transformation. Is there a way... ?


Solution

  • You cannot access the widget properties directly, but you can achieve this by get set webpart properties and then register your webpart as a widget.

    Refer this link

    Thanks

    Happy to help!