CrossListQueryCache constructor (CrossListQueryInfo)

Creates a CrossListQueryCache object that is based on the CrossListQueryInfo class specification.

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

Syntax

'Declaration
Public Sub New ( _
    queryCacheInfo As CrossListQueryInfo _
)
'Usage
Dim queryCacheInfo As CrossListQueryInfo

Dim instance As New CrossListQueryCache(queryCacheInfo)
public CrossListQueryCache(
    CrossListQueryInfo queryCacheInfo
)

Parameters

Remarks

This method adds data from the specified CrossListQueryInfo object to the constructor.

See also

Reference

CrossListQueryCache class

CrossListQueryCache members

CrossListQueryCache overload

Microsoft.SharePoint.Publishing namespace

CrossListQueryCache