CbqQueryVersionInfo.UseCopyUtil property

Gets or sets whether the URL for items should use the View Property page.

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

Syntax

'Declaration
Public Property UseCopyUtil As Boolean
    Get
    Set
'Usage
Dim instance As CbqQueryVersionInfo
Dim value As Boolean

value = instance.UseCopyUtil

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

Property value

Type: System.Boolean

Remarks

Objects that are not streamed, such as announcements or calendar events, do not have an associated URL. When you set this property to true, objects that are not streamed have an associated URL that points to the View property of the item.

See also

Reference

CbqQueryVersionInfo class

CbqQueryVersionInfo members

Microsoft.SharePoint.Publishing namespace

CbqQueryVersionInfo