[]
Initialize a new instance of the ActionGoToR class.
public ActionGoToR()
Initialize a new instance of the ActionGoToR class.
public ActionGoToR(FileSpecification file, DestinationBase dest, bool newWindow = 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)
| 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. |