 | imbMCRepositoryDeleteWebSite Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Deletes the web site repository entry and its directory
Namespace:
imbMiningContext.MCRepository
Assembly:
imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic bool DeleteWebSite(
string domain,
ILogBuilder output = null
)
Parameters
- domain
- Type: SystemString
Clean domain name, domainRootName - output (Optional)
- Type: ILogBuilder
The log/diagnostic output
Return Value
Type:
BooleanTrue if entry or directory found and deleted
See Also