Share via


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

  • isPartial
    Type: System.Boolean

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

See Also

Reference

SiteDataResults Class

SiteDataResults Members

Microsoft.SharePoint.Publishing Namespace