Autodesk Vault ProfessionalVault API

GetChildrenOverride Property

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

Gets or sets a delagate that is called to get the children for an entity during the navigation process.

Syntax

public System.Func<IEntity,List<IEntity>,bool> GetChildrenOverride {get; set;}
Public Property GetChildrenOverride As System.Func(Of IEntity,List(Of IEntity),Boolean)

See Also