Autodesk Vault ProfessionalVault API

LinkGatheringSettings Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Settings

Provides the settings that control how related files should be consumed relative to other entities via Link relationships. For example, a Folder that contains Links to Files.

Syntax

public class LinkGatheringSettings 
Public Class LinkGatheringSettings 

Constructors

NameDescription
LinkGatheringSettings

Properties

NameDescription
IncludeLinksGets or sets if links should be included in the result set. For example, a Folder that contains a link to a file or a Folder that contains a link to another folder which contains files. This option only applies to entities that are Link Containers (ie. Folders or Custom Objects)
LinkTypesToIncludeGets 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

Events

NameDescription
PropertyChangedEvent fired when one of the options in this object are changed

Returned By

Where you get a LinkGatheringSettings — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Settings.LinkGatheringSettings

See Also