ManagementConfigurationPath.CreateFolderConfigurationPath 方法

定義

建立新的資料夾組態路徑。

多載

CreateFolderConfigurationPath(String, String)

使用指定的應用程式路徑,建立新的資料夾組態路徑。

CreateFolderConfigurationPath(String, String, String)

使用指定的網站名稱和應用程式路徑,建立新的資料夾組態路徑。

CreateFolderConfigurationPath(String, String)

使用指定的應用程式路徑,建立新的資料夾組態路徑。

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

參數

applicationPath
String

應用程式路徑。

folderPath
String

資料夾路徑。

傳回

ManagementConfigurationPath 物件。

適用於

CreateFolderConfigurationPath(String, String, String)

使用指定的網站名稱和應用程式路徑,建立新的資料夾組態路徑。

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

參數

siteName
String

網站的名稱。

applicationPath
String

應用程式路徑。

folderPath
String

資料夾路徑。

傳回

ManagementConfigurationPath 物件。

適用於