Autodesk Vault ProfessionalVault API

GetProfileAttributeDefs Method

Autodesk.Connectivity.WebServicesAdminService

Gets all profile attributes for the given association (returned in display order).

Required Permissions

AllowAny

Syntax

public ProfileAttrDef[] GetProfileAttributeDefs(
   ProfileAssoc assoc
)
Public Function GetProfileAttributeDefs( _
   ByVal assoc As ProfileAssoc _
) As ProfileAttrDef()

Parameters

NameDescription
assocThe association (or combination of associations) to request.

Return Value

An array listing all the Profile Atrribute Definitions for the given association.

See Also