[]
Initialize a new instance of the ActionGoToR class.
public ActionGoToR()
Public Sub New()
Initialize a new instance of the ActionGoToR class.
public ActionGoToR(FileSpecification file, DestinationBase dest, bool newWindow = false)
Public Sub New(file As FileSpecification, dest As DestinationBase, Optional newWindow As Boolean = False)
Type | Name | Description |
---|---|---|
FileSpecification | file | The FileSpecification object defining another file. |
DestinationBase | dest | The DestinationBase object defining the new document view. |
bool | newWindow | A flag specifying whether to open the destination document in a new window. |
Initialize a new instance of the ActionGoToR class.
public ActionGoToR(string fileName, DestinationBase dest, bool newWindow = false)
Public Sub New(fileName As String, dest As DestinationBase, Optional newWindow As Boolean = False)
Type | Name | Description |
---|---|---|
string | fileName | The name of another file. |
DestinationBase | dest | The DestinationBase object defining the new document view. |
bool | newWindow | A flag specifying whether to open the destination document in a new window. |