I am trying to create a custom 'Synchronize with Central' interface that adds additional functionality, while preserving the existing functionality.
What is the most efficient way to determine whether the relinquish check boxes are enabled. e.g. Project Standards Worksets, View Worksets, Borrowed elements. At the moment I am iterating the worksets and elements within them, then using 'WorksharingUtils.GetCheckoutStatus' to determine the checked out status of each element in turn.
This seems very inefficient to me. Is there a better way?
Thanks
Nick