SPDataSourceViewResultItem Constructor

Initializes a new instance of the SPDataSourceViewResultItem class.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub New ( _
    dataSourceView As SPDataSourceView, _
    resultItem As Object, _
    fieldList As String(), _
    useInternalName As Boolean, _
    includeHidden As Boolean _
)
'Usage
Dim dataSourceView As SPDataSourceView
Dim resultItem As Object
Dim fieldList As String()
Dim useInternalName As Boolean
Dim includeHidden As Boolean

Dim instance As New SPDataSourceViewResultItem(dataSourceView, _
    resultItem, fieldList, useInternalName, _
    includeHidden)
public SPDataSourceViewResultItem(
    SPDataSourceView dataSourceView,
    Object resultItem,
    string[] fieldList,
    bool useInternalName,
    bool includeHidden
)

Parameters

  • resultItem
    Type: System.Object

    The result item object that this object is to provide type descriptor services for.

  • fieldList
    Type: []

    An array containing the names of fields.

  • useInternalName
    Type: System.Boolean

    A Boolean value that specifies whether or not property descriptors use the internal name of fields or the display name.

  • includeHidden
    Type: System.Boolean

    A Boolean value that specifies whether or not to include property descriptors for hidden fields.

See Also

Reference

SPDataSourceViewResultItem Class

SPDataSourceViewResultItem Members

Microsoft.SharePoint.WebControls Namespace