Hi, I have a Toolpart that is not getting their properties values from ONET.xml. For example, MaxItems is a propertie inside the Toolpart but it is not set to 3, but Title and Description that is not in the Toolpart they have their values correctly filled.
<property name="MaxItems" type="uint">3</property> <property name="Title" type="string">$Resources:ABCD.Intranet.Portal,WebPart_ArticlesRecentsDirection_DisplayName;</property><property name="Description" type="string">$Resources:ABCD.Intranet.Portal,WebPart_ArticlesRecentsDirection_Description;</property>
thanks