Autodesk Vault ProfessionalVault API

ReleaseBiased Property

Autodesk.DataManagement.Client.Framework.Vault.SettingsIFileRelationshipGatheringSettingsReadOnly

Gets if we should use the "Release biased" approach of gathering dependencies.

Syntax

System.bool ReleaseBiased {get;}
ReadOnly Property ReleaseBiased As System.Boolean

Remarks

When set to true, this will turn off DateBiased, since only either DateBiased or ReleaseBiased gathering can be done. ReleaseBiased only applies for when VersionGatheringOption is Latest or Revision

See Also