WebASPXPageIndexMode enumeration

Sets a value that indicates one of three indexing modes that can apply to a Web page.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration WebASPXPageIndexMode
'Usage
Dim instance As WebASPXPageIndexMode
public enum WebASPXPageIndexMode

Members

Member name Description
Automatic An enumeration with the value of 0 that indicates that page indexing occurs automatic.
Always An enumeration with the value of 1 that indicates that page indexing is always enabled.
Never An enumeration with the value of 2 that indicates that page indexing is disabled.

See also

Reference

Microsoft.SharePoint namespace