Sets the page and type for the destination.

 

   

Syntax
 

[C#]
virtual void SetTarget(PageObjectElement page, DestinationType type)

[Visual Basic]
Overridable Function SetTarget(page As PageObjectElement, type As DestinationType) As void

 

   

Params
 
Name Description
page The destination page.
type The type of destination.

 

   

Notes
 

Sets the page and type for the destination.

As part of this process other destination parameters are set to defaults.

See EntryType for details of the types that can be provided.

 

   

Example
 
None.