AddInitialSortCriteria Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultBrowserControl.Configuration
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
| Name | Description |
|---|---|
| propdefSystemName | The system name of the Property Definition that is being sorted |
| sortAscending | True 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