Autodesk Vault ProfessionalVault API

LoadHistoricalRevisionReadOnly Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicRevisionsDropdownControl

Load this control to display the text for the specific revision of the specified file iteration and make the control read only. If date biased is true, then the text in the drop down will also show the specific version number of the file.

Syntax

public void LoadHistoricalRevisionReadOnly(
   FileIteration fileIteration,
   System.bool dateBiased
)
Public Sub LoadHistoricalRevisionReadOnly( _
   ByVal fileIteration As FileIteration, _
   ByVal dateBiased As System.Boolean _
) 

Parameters

NameDescription
fileIterationThe file to display revision for
dateBiasedIf true, the text in the drop down will include the version number of the file

See Also