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)

See Also