Autodesk Vault ProfessionalVault API

AddInitialSortCriteria Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.CurrencyDynamicColumnConfiguration

Creates a sort specification for a property.

Syntax

public void AddInitialSortCriteria(
   System.string propdefSystemName,
   System.bool sortAscending
)
Public Sub AddInitialSortCriteria( _
   ByVal propdefSystemName As System.String, _
   ByVal sortAscending As System.Boolean _
) 

Parameters

NameDescription
propdefSystemNameThe system name of the Property Definition that is being sorted
sortAscendingTrue if the sort is in ascending order. False if it is in descending order

Remarks

If multiple sort criteria is desired, it will be applied in the order that it is specified.

If the user modifies the sort criteria at runtime, the modifications will be applied on subsequent instances of the control. If the user selects Reset from the context menu, then the columns will revert back to this initial sort configuration

See Also