_sWebMetadata.NoIndex field
Specifies whether the SPWeb can be crawled for indexing, or for items to record in a search catalog.
Namespace: WebSvcSiteData
Assembly: STSSOAP (in STSSOAP.dll)
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. |