Autodesk Vault ProfessionalVault API

GetProfileAttributes Method

Autodesk.Connectivity.WebServicesAdminService

Gets profile attributes for the combination of user/group ids and attribute ids.

Required Permissions

AdminUserRead

Syntax

public ProfileAttr[] GetProfileAttributes(
   System.long[] userGroupIds,
   System.long[] attributeIds
)
Public Function GetProfileAttributes( _
   ByVal userGroupIds() As System.Long, _
   ByVal attributeIds() As System.Long _
) As ProfileAttr()

Parameters

NameDescription
userGroupIdsRequested user / group ids.
attributeIdsRequsted attribute ids.

Return Value

Returns a sparse array based on existing data.

Remarks

Intended for grid population.

See Also