Autodesk Vault ProfessionalVault API

UpdateProfileAttributeDef Method

Autodesk.Connectivity.WebServicesAdminService

Updates a profile attribute definition.

Required Permissions

AdminUserUpdate

Syntax

public ProfileAttrDef UpdateProfileAttributeDef(
   System.long id,
   System.string name,
   System.string activeDirMap,
   ProfileAssoc assoc
)
Public Function UpdateProfileAttributeDef( _
   ByVal id As System.Long, _
   ByVal name As System.String, _
   ByVal activeDirMap As System.String, _
   ByVal assoc As ProfileAssoc _
) As ProfileAttrDef

Parameters

NameDescription
idThe id of the profile to update.
nameThe name of the profile attribute (must be unique).
activeDirMapThe Active Directory field the attribute is mapped from (null if not mapped).
assocThe association type (can be none, user, group, or both depending on combination of flags).

Return Value

The updated ProfileAttributeDef object.

See Also