AreaManager.SuggestDeepCrawl Method
NOTE: This API is now obsolete.
Puts a deep crawl seed into the Site directory.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Shared Sub SuggestDeepCrawl ( _
ctx As PortalContext, _
Title As String, _
Description As String, _
Url As String, _
LargeIconUrl As String, _
SmallIconUrl As String, _
IndexCatalog As String, _
IndexScope As String _
)
'Usage
Dim ctx As PortalContext
Dim Title As String
Dim Description As String
Dim Url As String
Dim LargeIconUrl As String
Dim SmallIconUrl As String
Dim IndexCatalog As String
Dim IndexScope As String
AreaManager.SuggestDeepCrawl(ctx, Title, _
Description, Url, LargeIconUrl, SmallIconUrl, _
IndexCatalog, IndexScope)
[ObsoleteAttribute("This class is obsolete.")]
public static void SuggestDeepCrawl(
PortalContext ctx,
string Title,
string Description,
string Url,
string LargeIconUrl,
string SmallIconUrl,
string IndexCatalog,
string IndexScope
)
Parameters
- ctx
Type: Microsoft.SharePoint.Portal.PortalContext
The portal in which to put the deep crawl seed.
- Title
Type: System.String
The title of the URL.
- Description
Type: System.String
The description of the URL.
- Url
Type: System.String
The URL of the deep crawl.
- LargeIconUrl
Type: System.String
The URL of the large icon.
- SmallIconUrl
Type: System.String
The URL of the small icon.
- IndexCatalog
Type: System.String
The index of the catalog.
- IndexScope
Type: System.String
The scope of the index.