Introduced in build 4.1.0.1379
Description
Imports the data from a SharePoint View into a Table at the point of the current element in the document. Also accepts a SharePoint List to which the View belongs and a DataImportProperties object with the import options.
C#
vb.net
Parameters
element
The current element which is calling ImportDataview
The SharePoint View to be used as a data sourcelist
SharePoint List to which the View belongsprops
Import properties for this data import, including max rows, max columns, column filter, etc.Returns
TheTable
into which the data is being imported
Remarks
Examples
C#
vb.net