ManagementConfigurationPath.CreateFolderConfigurationPath Method

Definition

Creates a new folder configuration path.

Overloads

CreateFolderConfigurationPath(String, String)

Creates a new folder configuration path by using the specified application path.

CreateFolderConfigurationPath(String, String, String)

Creates a new folder configuration path by using the specified Web site name and application path.

CreateFolderConfigurationPath(String, String)

Creates a new folder configuration path by using the specified application path.

public:
 static Microsoft::Web::Management::Server::ManagementConfigurationPath ^ CreateFolderConfigurationPath(System::String ^ applicationPath, System::String ^ folderPath);
public static Microsoft.Web.Management.Server.ManagementConfigurationPath CreateFolderConfigurationPath (string applicationPath, string folderPath);
static member CreateFolderConfigurationPath : string * string -> Microsoft.Web.Management.Server.ManagementConfigurationPath
Public Shared Function CreateFolderConfigurationPath (applicationPath As String, folderPath As String) As ManagementConfigurationPath

Parameters

applicationPath
String

The application path.

folderPath
String

The folder path.

Returns

A ManagementConfigurationPath object.

Applies to

CreateFolderConfigurationPath(String, String, String)

Creates a new folder configuration path by using the specified Web site name and application path.

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

Parameters

siteName
String

The name of the Web site.

applicationPath
String

The application path.

folderPath
String

The folder path.

Returns

A ManagementConfigurationPath object.

Applies to