WebContentSource 成员
包括受保护的成员
包括继承的成员
表示 Web 内容的内容源。
WebContentSource 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ContinuousCrawlStatus | (从 ContentSource 继承。) | |
CrawlCompleted | 获取最后一个已完成爬网的内容源的时间。 (从 ContentSource 继承。) | |
CrawlPriority | (从 ContentSource 继承。) | |
CrawlStarted | 获取上次爬网的开始时间。 (从 ContentSource 继承。) | |
CrawlStatus | 获取有关内容源的爬网状态的信息。 (从 ContentSource 继承。) | |
DeleteCount | (从 ContentSource 继承。) | |
ErrorCount | (从 ContentSource 继承。) | |
FullCrawlSchedule | 获取或设置完全爬网的内容源的计划。 (从 ContentSource 继承。) | |
Id | 为内容源中获取标识符。 (从 ContentSource 继承。) | |
IncrementalCrawlSchedule | 获取或设置的增量爬网的内容源的计划。 (从 ContentSource 继承。) | |
LevelHighErrorCount | (从 ContentSource 继承。) | |
MaxPageEnumerationDepth | 获取或设置爬网程序可以对内容项的开始地址的页面跃点数目。 | |
MaxSiteEnumerationDepth | 获取或设置爬网程序可以对内容项的开始地址的站点跃距数。 | |
Name | 获取或设置该内容源的名称。 (从 ContentSource 继承。) | |
Parent | 获取包含该内容源的内容源集合。 (从 ContentSource 继承。) | |
RefreshCrawls | (从 ContentSource 继承。) | |
StartAddresses | 获取内容源的开始地址的集合。 (从 ContentSource 继承。) | |
SuccessCount | (从 ContentSource 继承。) | |
Tag | 获取或设置要修改的设置的自定义内容源页面的 URL。 (从 ContentSource 继承。) | |
Type | (覆盖 ContentSource.Type。) | |
WarningCount | (从 ContentSource 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Delete | 删除内容源。 (从 ContentSource 继承。) | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetProperty | (从 ContentSource 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
PauseCrawl | 暂停活动的爬网的内容源。 (从 ContentSource 继承。) | |
ResumeCrawl | 恢复暂停爬网的内容源。 (从 ContentSource 继承。) | |
SetProperty | (从 ContentSource 继承。) | |
StartFullCrawl | 启动完全爬网的内容源。 (从 ContentSource 继承。) | |
StartIncrementalCrawl | 开始增量爬网的内容源。 (从 ContentSource 继承。) | |
StopCrawl | 停止内容源的爬网。 (从 ContentSource 继承。) | |
ToString | (从 Object 继承。) | |
Update | 使用指定的更改更新 Web 内容源。 (覆盖 ContentSource.Update()。) | |
UpdatePartitionNameOfStartAddresses | (从 ContentSource 继承。) |
页首