EnableAutoPreview Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultBrowserControl.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
| Name | Description |
|---|---|
| bEnable | When enabled the AutoPreview option is displayed in the context menu. |
| propdefSystemName | The property to display for AutoPreview. |
| previewLineCount | Number of lines to display for AutoPreview. |