Partilhar via


ProfileOperations Constructor

Initializes a new instance of the ProfileOperations class.

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim orgUri As String
Dim orgUniqueName As String
Dim userId As Guid
Dim cacheVersionId As String
Dim enableCache As Boolean

Dim instance As New ProfileOperations(orgUri, orgUniqueName, userId, cacheVersionId, enableCache)

Syntax

'Declaration
Public Sub New ( _
    orgUri As String, _
    orgUniqueName As String, _
    userId As Guid, _
    cacheVersionId As String, _
    enableCache As Boolean _
)
public ProfileOperations (
    string orgUri,
    string orgUniqueName,
    Guid userId,
    string cacheVersionId,
    bool enableCache
)
public:
ProfileOperations (
    String^ orgUri, 
    String^ orgUniqueName, 
    Guid userId, 
    String^ cacheVersionId, 
    bool enableCache
)
public ProfileOperations (
    String orgUri, 
    String orgUniqueName, 
    Guid userId, 
    String cacheVersionId, 
    boolean enableCache
)
public function ProfileOperations (
    orgUri : String, 
    orgUniqueName : String, 
    userId : Guid, 
    cacheVersionId : String, 
    enableCache : boolean
)

Parameters

  • orgUri
    Specifies the organization that you’re connected to.
  • orgUniqueName
    Specifies the unique name of the organization.
  • userId
    Specifies the user ID.
  • cacheVersionId
    Specifies the version ID of the cache.
  • enableCache
    Specifies if the cache is enabled.

Remarks

Platforms

See Also

Reference

ProfileOperations Class
ProfileOperations Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.