: CrawlRule.SetCredentials (Método) (CrawlRuleAuthenticationType, StringCollection, StringCollection) (Microsoft.Office.Server.Search.Administration)
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Sub SetCredentials ( _
type As CrawlRuleAuthenticationType, _
cookies As StringCollection, _
errorPages As StringCollection _
)
'Uso
Dim instance As CrawlRule
Dim type As CrawlRuleAuthenticationType
Dim cookies As StringCollection
Dim errorPages As StringCollection
instance.SetCredentials(type, cookies, errorPages)
public void SetCredentials (
CrawlRuleAuthenticationType type,
StringCollection cookies,
StringCollection errorPages
)
Parámetros
- type
- cookies
- errorPages
Vea también
Referencia
CrawlRule (Clase)
CrawlRule (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)