INavigationService.Navigate Method

Definition

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.

Applies to