SPChangeQuery.Folder property

Gets or sets a Boolean value that specifies whether changes to SPFolder objects are included in the query.

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

Syntax

'Declaration
Public Property Folder As Boolean
    Get
    Set
'Usage
Dim instance As SPChangeQuery
Dim value As Boolean

value = instance.Folder

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

Property value

Type: System.Boolean
true to include changes to folders; otherwise, false. The default is false.

Remarks

This object type applies to folders that exist outside a list and that are not a property of an item.

See also

Reference

SPChangeQuery class

SPChangeQuery members

Microsoft.SharePoint namespace

SPChangeFolder