NavigationOptions Constructor |
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic NavigationOptions(
string startUrl,
string endUrl
)
Public Sub New (
startUrl As String,
endUrl As String
)
public NavigationOptions(
String startUrl,
String endUrl
)
public function NavigationOptions(
startUrl : String,
endUrl : String
)
Parameters
- startUrl
- Type: SystemString
The start url. - endUrl
- Type: SystemString
The end url.
See Also