다음을 통해 공유


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 개체입니다.

적용 대상