Autodesk Vault ProfessionalVault API

LinkTypesToInclude Property

Autodesk.DataManagement.Client.Framework.Vault.SettingsLinkGatheringSettings

Gets or sets a list of entity class id's which represent the entity classes whose links should be followed when gathering entities. If null, then links to all entity classes will be included

Syntax

public System.Collections.Generic.IEnumerable<string> LinkTypesToInclude {get; set;}
Public Property LinkTypesToInclude As System.Collections.Generic.IEnumerable(Of String)

Remarks

This option only applies when IncludeLinks is True

See Also