Autodesk Vault ProfessionalVault API

Content Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.InterfacesIProgressiveLoadingVaultNavigationModel

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

Syntax

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

See Also