Autodesk Vault ProfessionalVault API

SetProfileAttributeOrder Method

Autodesk.Connectivity.WebServicesAdminService

Sets display order for profile attributes (GetProfileAttributeDefs will return results in the same order).

Required Permissions

AdminUserUpdate

Syntax

public void SetProfileAttributeOrder(
   System.long[] attributeIds
)
Public Sub SetProfileAttributeOrder( _
   ByVal attributeIds() As System.Long _
) 

Parameters

NameDescription
attributeIdsAll attribute ids must be passed in the desired order.

See Also