Method | Description | |
---|---|---|
Alias ( ) : string |
This Alias must be unique and is used as an identifier that must match the alias in the package action XML
|
|
Execute ( string packageName, |
Append the xmlData node to the web.config file
|
|
SampleXml ( ) : |
Returns a Sample XML Node In this case we are adding the System.Web.Optimization namespace
|
|
Undo ( string packageName, System xmlData ) : bool |
Removes the xmlData node from the web.config file
|
public Execute ( string packageName, |
||
packageName | string | Name of the package that we install |
xmlData | The data that must be appended to the web.config file | |
return | bool |
public Undo ( string packageName, System xmlData ) : bool | ||
packageName | string | Name of the package that we install |
xmlData | System | The data that must be appended to the web.config file |
return | bool |