Autodesk Vault ProfessionalVault API

IFileRelationshipGatheringSettingsReadOnly Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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

NameDescription
DateBiasedGets whether we should use the "Date biased" approach of gathering dependencies.
IncludeAttachmentsGets whether attachments of a source file should be consumed
IncludeChildrenGets whether children of a source file should be consumed
IncludeHiddenEntitiesGets whether related files that are hidden should be consumed.
IncludeLibraryContentsGets whether children that are in library folders should be consumed.
IncludeParentsGets whether parents of a source file should be consumed
IncludeRelatedDocumentationGets 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.
RecurseChildrenGets whether all children of a source file should be consumed, or just the immediate children. This only applies when IncludeChildren is True
RecurseParentsGets whether all parents of a source file should be consumed, or just the direct parents. This only applies when IncludeParents is True
ReleaseBiasedGets if we should use the "Release biased" approach of gathering dependencies.
VersionGatheringOptionGets an option which determines which versions of related files should be gathered.

See Also