Autodesk Vault ProfessionalVault API

ConfigureRevisions Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectEntitySettings

Configures options surrounding the revisions control.

Syntax

public void ConfigureRevisions(
   System.bool showRevisions,
   System.bool showFloatingLatestRevision,
   System.bool showReleaseBiasedOption
)
Public Sub ConfigureRevisions( _
   ByVal showRevisions As System.Boolean, _
   ByVal showFloatingLatestRevision As System.Boolean, _
   ByVal showReleaseBiasedOption As System.Boolean _
) 

Parameters

NameDescription
showRevisionsSets whether or not a GUI should be present which allows the user to select a particular revision of the selected entity.
showFloatingLatestRevisionSets whether or not the Select Revision control should have an options for the user to select the "Latest Revision".
showReleaseBiasedOptionSets whether or not the Release Biased option will be available to configure how the selected revision should be interpreted.

See Also