ManagementConfigurationPath.CreateSiteConfigurationPath(String) 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.
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.