Autodesk Vault ProfessionalVault API

LoadReadOnly Method

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

Load this control in the readonly state.

Syntax

public void LoadReadOnly(
   System.bool showFloatingLatest
)
Public Sub LoadReadOnly( _
   ByVal showFloatingLatest As System.Boolean _
) 

Parameters

NameDescription
showFloatingLatestIf true, the combobox will have an extra line in it to identify the Latest Revision

See Also