 | imbMCRepositoryGetWebSite Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Gets web site repositorium by clean domain name, like: "koplas.co.rs" for http://www.koplas.co.rs
Namespace:
imbMiningContext.MCRepository
Assembly:
imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic imbMCWebSite GetWebSite(
domainAnalysis domainInfo,
bool autoCreate = false,
ILogBuilder output = null
)
Parameters
- domainInfo
- Type: domainAnalysis
The domain information. - autoCreate (Optional)
- Type: SystemBoolean
if set to true it will automatically create new entry and new repository - output (Optional)
- Type: ILogBuilder
The log/diagnostic output
Return Value
Type:
imbMCWebSite[Missing <returns> documentation for "M:imbMiningContext.MCRepository.imbMCRepository.GetWebSite(imbACE.Network.tools.domainAnalysis,System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]
See Also