INavigationService.Navigate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates to the specified page.
public:
bool Navigate(Microsoft::Web::Management::Client::Connection ^ connection, Microsoft::Web::Management::Server::ManagementConfigurationPath ^ configurationPath, Type ^ pageType, System::Object ^ navigationData);
public bool Navigate (Microsoft.Web.Management.Client.Connection connection, Microsoft.Web.Management.Server.ManagementConfigurationPath configurationPath, Type pageType, object navigationData);
abstract member Navigate : Microsoft.Web.Management.Client.Connection * Microsoft.Web.Management.Server.ManagementConfigurationPath * Type * obj -> bool
Parameters
- connection
- Connection
The Connection object for the navigation target.
- configurationPath
- ManagementConfigurationPath
The ManagementConfigurationPath object for the navigation target.
- pageType
- Type
The page type for the navigation target.
- navigationData
- Object
The navigation data for the navigation target.
Returns
true
if navigation was successful; otherwise, false
.
Remarks
The navigationData
parameter is arbitrary.