SPQuery.IncludeAttachmentUrls property

Gets or sets a Boolean value that specifies whether to include the encoded full URLs, delimited by ;#, of attachments to each item.

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

Syntax

'Declaration
Public Property IncludeAttachmentUrls As Boolean
    Get
    Set
'Usage
Dim instance As SPQuery
Dim value As Boolean

value = instance.IncludeAttachmentUrls

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

Property value

Type: System.Boolean
true to include the encoded full URLs of attachments; otherwise, false.

See also

Reference

SPQuery class

SPQuery members

Microsoft.SharePoint namespace