How to use ComponentConflictUtil.hasConflictItems(IComponentSyncContext context) on server side ?
![]()
Hi,
I found there is a method 'ComponentConflictUtil.hasConflictItems(IComponentSyncContext context)'
Is there a way to get the ComponentSyncContext on the server plugin code?
Thanks
|
One answer
![]()
The short answer: no.
This is client side code and there are parts that don't and shouldn't be on the server. It's also internal (not for public use as the implementation can change drastically without notice). |