Autodesk Vault ProfessionalVault API

UpdateDataSource(IEnumerable<IEntity>,IEnumerable<String>) 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 UpdateDataSource(
   System.Collections.Generic.IEnumerable<IEntity> entities,
   System.Collections.Generic.IEnumerable<string> propertySystemNames
)
Public Overloads Sub UpdateDataSource( _
   ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity), _
   ByVal propertySystemNames As System.Collections.Generic.IEnumerable(Of String) _
) 

Parameters

NameDescription
entitiesThe entities whose properties should be recomputed
propertySystemNamesThe system names of the property definitions to update

See Also