OpenWebOptions enumeration

Specifies 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.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

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

Members

Member name Description
None Directly call OpenWeb.
InitNavigationCache When the returned Web object is initialized, cached navigation data is loaded.

See also

Reference

Microsoft.SharePoint.Client namespace