UsdConfigurationManager(CrmServiceClient, ProfileOperations) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the UsdConfigurationManager class.
public:
UsdConfigurationManager(Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ crmManagementSvc, Microsoft::Crm::UnifiedServiceDesk::CommonUtility::UserProfileManager::ProfileOperations ^ userProfileOps);
public UsdConfigurationManager (Microsoft.Xrm.Tooling.Connector.CrmServiceClient crmManagementSvc, Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager.ProfileOperations userProfileOps);
new Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader.UsdConfigurationManager : Microsoft.Xrm.Tooling.Connector.CrmServiceClient * Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager.ProfileOperations -> Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader.UsdConfigurationManager
Public Sub New (crmManagementSvc As CrmServiceClient, userProfileOps As ProfileOperations)
Parameters
- crmManagementSvc
- CrmServiceClient
Specifies the Dynamics 365 service client instance.
- userProfileOps
- ProfileOperations
Specifies the user profile options.