ManagementConfigurationPath Class
Defines a container for the configuration path of the current server, Web site, application, file, or folder. This class cannot be inherited.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationPath | Gets the application configuration path. |
![]() | FolderPath | Gets the folder configuration path. |
![]() | PathType | Gets the configuration path type. |
![]() | SiteName | Gets the Web site name. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateApplicationConfigurationPath(String) | Creates a new application configuration path. |
![]() ![]() | CreateApplicationConfigurationPath(String, String) | Creates a new application configuration path by using the specified Web site name. |
![]() ![]() | CreateFileConfigurationPath(String, String) | Creates a new file configuration path by using the specified application path. |
![]() ![]() | CreateFileConfigurationPath(String, String, String) | Creates a new file 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. |
![]() ![]() | CreateFolderConfigurationPath(String, String, String) | Creates a new folder configuration path by using the specified Web site name and application path. |
![]() ![]() | CreateServerConfigurationPath() | Creates a new server configuration path. |
![]() ![]() | CreateSiteConfigurationPath(String) | Creates a new Web site configuration path. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBindingProtocols(IServiceProvider) | Gets the current binding protocols. |
![]() | GetEffectiveConfigurationPath(ManagementScope) | Gets the effective configuration path for an application, Web site, or server. |
![]() | GetFrameworkVersion(IServiceProvider) | Gets the .NET Framework version for the current path type. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsEquivalentScope(ManagementScope) | Determines whether a management scope is the same as the current scope. |
![]() | ToString() | (Inherited from Object.) |
The ManagementUnit.ConfigurationPath property exposes the current ManagementConfigurationPath object.
The following example adds details of the ManagementConfigurationPath object to a linked list.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


