Autodesk Vault ProfessionalVault API

UpdateContent Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ModelsViewVaultNavigationModel

Updates content in the model.

Syntax

public void UpdateContent(
   System.Collections.Generic.IEnumerable<IEntity> entities
)
Public Sub UpdateContent( _
   ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) 

Parameters

NameDescription
entitiesThe collection of entities to update.

Remarks

The model will replace it's copy of the entities with the updated versions. The ContentUpdated event will be fired which views can use as a trigger to re-retrieve properties for the entities.

See Also