共用方式為


_sWebMetadata.NoIndex Field

Specifies whether the SPWeb can be crawled for indexing, or for items to record in a search catalog.

Namespace:  [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx

Syntax

'Declaration
Public NoIndex As String
'Usage
Dim instance As _sWebMetadata
Dim value As String

value = instance.NoIndex

instance.NoIndex = value
public string NoIndex

Remarks

This is an action that is to be performed, rather than an indication that an index has been created or that a search catalog was updated. Possible values are in the following table.

Value

Meaning

True

Do not crawl the site for indexing.

Enumerate

Crawl the site for indexing.

See Also

Reference

_sWebMetadata Structure

_sWebMetadata Members

SiteData Web Service

NoCrawl