Content Property
Autodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces›IProgressiveLoadingVaultNavigationModel
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)