Click or drag to resize

NavigationResult Class

The result of navigation.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthNavigationResult

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

The NavigationResult type exposes the following members.

Constructors
  NameDescription
Public methodNavigationResult
Initializes an instance of NavigationResult class with empty result parameters.
Public methodNavigationResult(NameValueCollection)
Initializes an instance of NavigationResult.
Top
Properties
  NameDescription
Public propertyParameters
Gets the navigation result parameters.
Top
See Also