InfoConnect API Guide
Attachmate.Reflection.WorkspaceSettings Namespace / OpenDocumentOption Enumeration


OpenDocumentOption Enumeration
Valid values for the second parameter to the openDocumentAction action. This determines where to open the document specified in the first parameter.
Syntax
'Declaration
 
Public Enum OpenDocumentOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As OpenDocumentOption
Members
MemberDescription
TabOpens the specified document in a new window within the existing open workspace
WorkspaceOpens the specified document in a new Reflection/InfoConnect workspace.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.WorkspaceSettings.OpenDocumentOption

See Also