SPSiteOpenWebOptions enumeration

Specifies different options that can be passed to OpenWeb.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SPSiteOpenWebOptions
'Usage
Dim instance As SPSiteOpenWebOptions
[FlagsAttribute]
public enum SPSiteOpenWebOptions

Members

Member name Description
None Directly call SPSite.OpenWeb(string strUrl). Value = 0.
InitNavigationCache When the returned SPWeb object is initialized, cached navigation data is loaded. Value = 1.

See also

Reference

Microsoft.SharePoint namespace