This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Checks if an application pool has a default name
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- Application
Pool Manager
Syntax
public bool IsSystemDefault(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the application pool |
Return Value
Type | Description |
---|---|
bool | If the application pool has a default name. |