Click or drag to resize

NavigationOptions Class

Options for the navigation.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthNavigationOptions

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class NavigationOptions

The NavigationOptions type exposes the following members.

Constructors
  NameDescription
Public methodNavigationOptions
Initializes a new instance of the NavigationOptions class.
Top
Properties
  NameDescription
Public propertyCancellationToken
The cancellation token to cancel navigation operation.
Public propertyEndUrl
Gets the end url.
Public propertyResponseMode
Gets or sets the OpenID Connect response mode.
Public propertyStartUrl
Gets the start url.
Top
See Also