CbqQueryVersionInfo class

Contains information about a specific version of a Content By Query Web Part.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CbqQueryVersionInfo

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class CbqQueryVersionInfo
'Usage
Dim instance As CbqQueryVersionInfo
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class CbqQueryVersionInfo

Remarks

You can change the settings of a new Content By Query Web Part so that it returns the same data to the XSLT transformation engine. You can obtain a user CbqQueryVersionInfo object for a specific Content By Query Web Part by using the CbqQueryCache object. The feed uses this object to cache version information about a specific Content By Query Web Part.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CbqQueryVersionInfo members

Microsoft.SharePoint.Publishing namespace

ContentByQueryWebPart

CbqQueryCache