SiteDataResults Constructor
Initializes a new instance of a SiteDataResults object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
value As DataTable, _
isPartial As Boolean _
)
'Usage
Dim value As DataTable
Dim isPartial As Boolean
Dim instance As New SiteDataResults(value, isPartial)
public SiteDataResults(
DataTable value,
bool isPartial
)
Parameters
value
Type: System.Data.DataTableAn SPSiteDataQuery object.
isPartial
Type: System.BooleanA Boolean that indicates whether the results are partial or not.
Remarks
Partial results occur when list is too large and a query is throttled, returning only the most recent results, which may not be the entire result set.