Hi team,
As we know CoC not supported private method. So, we have only options event handler.
If we need to do any modification on Private method as per business requirements then we should check first
1. The private method has defined hookable (true) or not.
2. If it has hookable (true), then only we can use Pre or Post event handlers.
3. If it has hookable (false), then we should not change it to true because it defined by MS.
4. If it has no hookable defined, then we never used event handlers.
5. Point 3,4 - if we really needed then we should connect with MS for further advise.
Am I correct?
Pls advise, thanks

Report
All responses (
Answers (