SPList.ExcludeFromOfflineClient property

Gets or sets a value that indicates whether the list should be downloaded to the client during offline synchronization.

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

Syntax

'Declaration
Public Property ExcludeFromOfflineClient As Boolean
    Get
    Set
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.ExcludeFromOfflineClient

instance.ExcludeFromOfflineClient = value
public bool ExcludeFromOfflineClient { get; set; }

Property value

Type: System.Boolean
true to exclude the list; otherwise, false. You cannot change the property value if the list has an external data source.

Exceptions

Exception Condition
NotSupportedException

The value of the ExcludeFromOfflineClient property cannot be changed when the value of the HasExternalDataSource property is true.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace