TopicPagesContentSource members
Include protected members
Include inherited members
The TopicPagesContentSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContinuousCrawlStatus | (Inherited from ContentSource.) | |
CrawlCompleted | Obtém a hora do último rastreamento concluído de uma fonte de conteúdo. (Inherited from ContentSource.) | |
CrawlPriority | (Inherited from ContentSource.) | |
CrawlStarted | Obtém a hora de início do último rastreamento. (Inherited from ContentSource.) | |
CrawlStatus | Obtém informações sobre o status de rastreamento da fonte de conteúdo. (Inherited from ContentSource.) | |
DeleteCount | (Inherited from ContentSource.) | |
ErrorCount | (Inherited from ContentSource.) | |
FollowDirectories | Obtém ou define um valor booleano indicando se o rastreador deve incluir subpastas no rastreamento. (Inherited from HierarchicalContentSource.) | |
FullCrawlSchedule | Obtém ou define o agendamento de uma fonte de conteúdo de rastreamentos completos. (Inherited from ContentSource.) | |
Id | Obtém o identificador para uma fonte de conteúdo. (Inherited from ContentSource.) | |
IncrementalCrawlSchedule | Obtém ou define o agendamento de uma fonte de conteúdo de rastreamentos incrementais. (Inherited from ContentSource.) | |
LevelHighErrorCount | (Inherited from ContentSource.) | |
Name | Obtém ou define o nome da fonte de conteúdo. (Inherited from ContentSource.) | |
Parent | Obtém a coleção de fonte de conteúdo que contém a fonte de conteúdo. (Inherited from ContentSource.) | |
RefreshCrawls | (Inherited from ContentSource.) | |
StartAddresses | Obtém a coleção de endereços iniciais para uma fonte de conteúdo. (Inherited from ContentSource.) | |
SuccessCount | (Inherited from ContentSource.) | |
Tag | Obtém ou define o URL da página para modificar as configurações para uma fonte de conteúdo personalizada. (Inherited from ContentSource.) | |
Type | (Overrides ContentSource.Type.) | |
WarningCount | (Inherited from ContentSource.) |
Top
Methods
Name | Description | |
---|---|---|
ConstructTopicPagesStartAddress | Essa classe tem um endereço de início como http://www.somehost.com e a armazena como topicpages://www.somehost.com/?queryparam=http | |
Delete | Exclui a fonte de conteúdo. (Inherited from ContentSource.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProperty | (Inherited from ContentSource.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PauseCrawl | Pausa um rastreamento ativo da fonte de conteúdo. (Inherited from ContentSource.) | |
ResumeCrawl | Reinicia um rastreamento em pausa para a fonte de conteúdo. (Inherited from ContentSource.) | |
SetProperty | (Inherited from HierarchicalContentSource.) | |
StartFullCrawl | Inicia um rastreamento completo da fonte de conteúdo. (Inherited from ContentSource.) | |
StartIncrementalCrawl | Inicia um rastreamento incremental da fonte de conteúdo. (Inherited from ContentSource.) | |
StopCrawl | Interrompe o rastreamento de uma fonte de conteúdo. (Inherited from ContentSource.) | |
ToString | (Inherited from Object.) | |
Update | (Overrides HierarchicalContentSource.Update().) | |
UpdatePartitionNameOfStartAddresses | (Inherited from ContentSource.) |
Top