Browse1x Method

Enables you to specify a path to a 1.x file directory or a to a 1.x document repository.

Available With

Ö Imaging for Windows Professional Edition V2.0
Imaging for Windows Professional Edition V1.0 and V1.1
Imaging for Windows 95 and 98
Imaging for Windows NT 4.0

Applies To

Image Admin control

Syntax

object.Browse1x Browse1xScope,Title,Caption,hParentWnd

Arguments

Parameter Data Type Description

Browse1xScope Integer Indicates the hierarchy displayed in the Browse dialog box.

0 Browse files (IFS - imaging file system) by displaying directories and subdirectories

1 Browse documents (DM - document management system) by displaying database, cabinet, drawer, or folder.

2 Browse both files and documents

Title String Specifes the name of the string that appears in the title bar of the Browse dialog box
Caption String Specifies a string that is used as the prompt that appears above the tree view in the Browse dialog box
hParentWnd hWnd (Optional) Assigns a parent window handle to the displayed dialog box

Remarks

The path selected by the user is set in the Browse1xReturnedPath property when this method returns.

The path type selected by the user is set in the Browse1xReturnedPathType property when this method returns.