Autodesk Vault ProfessionalVault API

Content Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.ModelsBrowseVaultNavigationModel

Gets the child content for the Parent entity that was navigated to. The Content loads in the background and will be available after the ContentLoaded event is fired.

Syntax

public System.Collections.Generic.IEnumerable<IEntity> Content {get;}
Public ReadOnly Property Content As System.Collections.Generic.IEnumerable(Of IEntity)

Remarks

The Content will only be loaded if enableContentLoading is set to true sin this constructor.

See Also