Autodesk Vault ProfessionalVault API

UpdateDataSourceAsync Method

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

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

Syntax

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

Parameters

NameDescription
entitiesThe entities whose properties should be recomputed
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