Autodesk Vault ProfessionalVault API

ReleaseBiased Property

Autodesk.DataManagement.Client.Framework.Vault.SettingsFileRelationshipGatheringSettings

Gets or sets that we should use the "Release biased" approach of gathering dependencies.

Syntax

public System.bool ReleaseBiased {get; set;}
Public 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