Autodesk Vault ProfessionalVault API

GetChildren Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectEntitySettings.SelectEntityOptionsExtensibility

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> GetChildren {get; set;}
Public Property GetChildren As System.Func(Of IEntity,List(Of IEntity),Boolean)

Remarks

If not implemented or if FALSE is returned, then the default retrieval algorithm will be used

See Also