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.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 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.