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.
public:
ProfileOperations(System::String ^ orgUri, System::String ^ orgUniqueName, Guid userId, System::String ^ cacheVersionId, bool enableCache, System::String ^ userConfigCacheVersionId, bool enableUserConfigCache);
public ProfileOperations (string orgUri, string orgUniqueName, Guid userId, string cacheVersionId, bool enableCache, string userConfigCacheVersionId, bool enableUserConfigCache);
new Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager.ProfileOperations : string * string * Guid * string * bool * string * bool -> Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager.ProfileOperations
Public Sub New (orgUri As String, orgUniqueName As String, userId As Guid, cacheVersionId As String, enableCache As Boolean, userConfigCacheVersionId As String, enableUserConfigCache As Boolean)
Parameters
- orgUri
- String
- orgUniqueName
- String
- userId
- Guid
- cacheVersionId
- String
- enableCache
- Boolean
- userConfigCacheVersionId
- String
- enableUserConfigCache
- Boolean