Autodesk Vault ProfessionalVault API

AddProfileAttributeDef Method

Autodesk.Connectivity.WebServicesAdminService

Adds a new profile attribute definition. Added to end of the display order.

Required Permissions

AdminUserUpdate

Syntax

public ProfileAttrDef AddProfileAttributeDef(
   System.string name,
   System.string activeDirMap,
   ProfileAssoc assoc
)
Public Function AddProfileAttributeDef( _
   ByVal name As System.String, _
   ByVal activeDirMap As System.String, _
   ByVal assoc As ProfileAssoc _
) As ProfileAttrDef

Parameters

NameDescription
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 newly created Profile Attribute Definition.

See Also