I want to import solution using a windows form application.
For that I'm using ImportSolutionRequest
. But before initiating import into solution, I want to check if that solution is already imported or not.
For this, one approach can be using QueryExpression
which will fetch the specific columns and then I can match it with current version by navigating through the CustomizationFile
.
Is there any other possible way that I can compare the solution?