Click or drag to resize

NavigationOptions Constructor

Initializes a new instance of the NavigationOptions class.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public NavigationOptions(
	string startUrl,
	string endUrl
)

Parameters

startUrl
Type: SystemString
The start url.
endUrl
Type: SystemString
The end url.
See Also