Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 4.1.0.1379

Description

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

C#
vb.net

Parameters

element
The current element which is calling ImportData
list
The SharePoint List to be used as a data source

Returns

The Table into which the data is being imported

Remarks

Icon

This is an extension method for the Element object to be used for binding SharePoint data to documents from within SharePoint. To use this method, you must add a reference to SoftArtisans.OfficeWriter.WordWriter.SharePointIntegration.dll

Examples

C#
vb.net
  • No labels