AreaManager.SuggestDeepCrawl 方法 (Microsoft.SharePoint.Portal.SiteData)

Puts a deep crawl seed into the Site directory.

命名空间: Microsoft.SharePoint.Portal.SiteData
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
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 _
)
用法
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)
public static void SuggestDeepCrawl (
    PortalContext ctx,
    string Title,
    string Description,
    string Url,
    string LargeIconUrl,
    string SmallIconUrl,
    string IndexCatalog,
    string IndexScope
)

参数

  • ctx
    The portal in which to put the deep crawl seed.
  • Title
    The title of the URL.
  • Description
    The description of the URL.
  • Url
    The URL of the deep crawl.
  • LargeIconUrl
    The URL of the large icon.
  • SmallIconUrl
    The URL of the small icon.
  • IndexCatalog
    The index of the catalog.
  • IndexScope
    The scope of the index.

另请参阅

参考

AreaManager 类
AreaManager 成员
Microsoft.SharePoint.Portal.SiteData 命名空间