Autodesk Vault ProfessionalVault API

UpdateDataSource(IEnumerable<String>,CancellationToken) Method

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

Forces the grid to recompute it's values for a list of properties

Syntax

public void UpdateDataSource(
   System.Collections.Generic.IEnumerable<string> propertySystemNames,
   System.Threading.CancellationToken ct
)
Public Overloads Sub UpdateDataSource( _
   ByVal propertySystemNames As System.Collections.Generic.IEnumerable(Of String), _
   ByVal ct As System.Threading.CancellationToken _
) 

Parameters

NameDescription
propertySystemNamesThe system names of the property definitions to update
ctThe cancellation token. The cancellation token is checked on the ui thread prior to updating the ui

See Also