ManagementConfigurationPath.CreateSiteConfigurationPath(String) Method

Definition

Creates a new Web site configuration path.

public:
 static Microsoft::Web::Management::Server::ManagementConfigurationPath ^ CreateSiteConfigurationPath(System::String ^ siteName);
public static Microsoft.Web.Management.Server.ManagementConfigurationPath CreateSiteConfigurationPath (string siteName);
static member CreateSiteConfigurationPath : string -> Microsoft.Web.Management.Server.ManagementConfigurationPath
Public Shared Function CreateSiteConfigurationPath (siteName As String) As ManagementConfigurationPath

Parameters

siteName
String

The name of the Web site.

Returns

A ManagementConfigurationPath object.

Applies to