CbqQueryVersionInfo Class

Contains information about a specific version of a Content 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.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class CbqQueryVersionInfo
'Usage
Dim instance As CbqQueryVersionInfo
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class CbqQueryVersionInfo

Remarks

You can change the settings of a new Content Query Web Part so that it returns the same data to the XSL transform engine. You can obtain a user CbqQueryVersionInfo object for a specific Content Query Web Part using the CbqQueryCache object. The feed uses this object to cache version information about a specific Content 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