Sets the page and type for the destination.

 

   

Syntax
 

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

 

   

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.