Autodesk Vault ProfessionalVault API

EnableAutoPreview Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultBrowserControl.BehaviorOptions

Enables or disables the AutoPreview option in the ClassicVaultBrowserControl.

Syntax

public void EnableAutoPreview(
   System.bool bEnable,
   System.string propdefSystemName,
   System.int previewLineCount
)
Public Sub EnableAutoPreview( _
   ByVal bEnable As System.Boolean, _
   ByVal propdefSystemName As System.String, _
   ByVal previewLineCount As System.Integer _
) 

Parameters

NameDescription
bEnableWhen enabled the AutoPreview option is displayed in the context menu.
propdefSystemNameThe property to display for AutoPreview.
previewLineCountNumber of lines to display for AutoPreview.

See Also