LinkGatheringSettings Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| LinkGatheringSettings |
Properties
| Name | Description |
|---|---|
| IncludeLinks | Gets 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) |
| LinkTypesToInclude | 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 |
Events
| Name | Description |
|---|---|
| PropertyChanged | Event 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