SetProfileAttributeOrder Method
Sets display order for profile attributes (GetProfileAttributeDefs will return results in the same order).
Required Permissions
AdminUserUpdateSyntax
public void SetProfileAttributeOrder(
System.long[] attributeIds
)Public Sub SetProfileAttributeOrder( _
ByVal attributeIds() As System.Long _
) Parameters
| Name | Description |
|---|---|
| attributeIds | All attribute ids must be passed in the desired order. |