You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I purchase the All Providers option for BUlkOperations.
I see that if I use the ValidateLincense method() (Z.BulkOperations.LicenseManager class) I can validate a specific provider (e.g. SQLServer).
If I want to validate all providers in a single time I can use the "ProviderType.None" enum value as parameter? Or I must call the ValidateLincense(ProviderType) for each provider?
Thanks
Andrea
The text was updated successfully, but these errors were encountered:
Unfortunately, there is no "All Providers" validation. You will need to check one by one all providers you use.
However, you only have to validate one really. Since by looking at one provider, you ensure the license has been added correctly which is the most important part. Your license always enables all providers.
Let me know if that answer correctly to your question.
Hi,
I purchase the All Providers option for BUlkOperations.
I see that if I use the ValidateLincense method() (Z.BulkOperations.LicenseManager class) I can validate a specific provider (e.g. SQLServer).
If I want to validate all providers in a single time I can use the "ProviderType.None" enum value as parameter? Or I must call the ValidateLincense(ProviderType) for each provider?
Thanks
Andrea
The text was updated successfully, but these errors were encountered: