IFileRelationshipGatheringSettingsReadOnly Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Settings
An read-only interface which specifies how files should be consumed relative to other files.
Syntax
public interface IFileRelationshipGatheringSettingsReadOnly Public Interface IFileRelationshipGatheringSettingsReadOnly Properties
| Name | Description |
|---|---|
| DateBiased | Gets whether we should use the "Date biased" approach of gathering dependencies. |
| IncludeAttachments | Gets whether attachments of a source file should be consumed |
| IncludeChildren | Gets whether children of a source file should be consumed |
| IncludeHiddenEntities | Gets whether related files that are hidden should be consumed. |
| IncludeLibraryContents | Gets whether children that are in library folders should be consumed. |
| IncludeParents | Gets whether parents of a source file should be consumed |
| IncludeRelatedDocumentation | Gets whether related documentation that is associated with the entity will be gathered. For examplee, a DWG might be considered related documentation for an assembly. The DWG is not considered an attachment or a dependent. |
| RecurseChildren | Gets whether all children of a source file should be consumed, or just the immediate children. This only applies when IncludeChildren is True |
| RecurseParents | Gets whether all parents of a source file should be consumed, or just the direct parents. This only applies when IncludeParents is True |
| ReleaseBiased | Gets if we should use the "Release biased" approach of gathering dependencies. |
| VersionGatheringOption | Gets an option which determines which versions of related files should be gathered. |