Hi. Does anyone know if it is possible to handle the insertion of a related document via the Related Pages tab in Kentico 8.2? I assumed the DocumentEvents.Update events would fire but that's not the case. I'm trying to add checks to ensure the correct page types have been used for a particular relationship...
Hello, Try catch it on the events in the object CMS.DocumentEngine.RelationshipInfo
RelationshipInfo.TYPEINFO.Events.Insert.After+=Insert_After; or RelationshipInfo.TYPEINFO.Events.Update.After+=Update_After;
Please, sign in to be able to submit a new answer.