CrossListQueryCache Constructor (CrossListQueryInfo, String)
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, _
logInfo As String _
)
'Usage
Dim queryCacheInfo As CrossListQueryInfo
Dim logInfo As String
Dim instance As New CrossListQueryCache(queryCacheInfo, _
logInfo)
public CrossListQueryCache(
CrossListQueryInfo queryCacheInfo,
string logInfo
)
Parameters
- queryCacheInfo
Type: Microsoft.SharePoint.Publishing.CrossListQueryInfo
Specifies the data to retrieve.
- logInfo
Type: System.String
Additional information from the User Location Server (ULS) log files.