Autodesk Vault ProfessionalVault API

AddInitialGrouping Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultBrowserControl.Configuration

Creates a Group specification for a property.

Syntax

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

Parameters

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

Remarks

If multiple groupings are desired, they will be applied in the order that it is specified.

If the user modifies the grouping 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 group configuration

See Also