ConfigurationPathType Enumeration
Specifies the type of configuration path that is selected.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Member name | Description | |
|---|---|---|
| Application | An application. | |
| File | A file in an application. | |
| Folder | An application folder. | |
| Server | A server. | |
| Site | A site. |
You can use the enumeration values to determine the type of connection that is indicated by the selected configuration path type. You can access the enumeration values from the PathType property.
The following example obtains the ConfigurationPathType enumeration value for the selected object in the Connection pane.
Show: