Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Excerpt

Imports the data from a SharePoint List into a Table at the point of the current element in the document.

Signature
C#
C#
public<p>public static Table ImportData(this Element element, Microsoft.SharePoint.SPList list)
</p>
Signature
vb.net
vb.net
Public<p>Public Shared Function ImportData(ByVal element As Element, ByVal list As Microsoft.SharePoint.SPList) As Table
Table</p>
Parameters
Param
element
element

The current element which is calling ImportData

...