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

Sets the specified repeat block's data source to a SharePoint List.

Signature
C#
C#
public<p>public static void SetRepeatBlock(this WordTemplate template, Microsoft.SharePoint.SPList list, System.String bookmark)
</p>
Signature
vb.net
vb.net
Public<p>Public Shared Sub SetRepeatBlock(ByVal template As WordTemplate, ByVal list As Microsoft.SharePoint.SPList, ByVal bookmark As String)
</p>
Parameters
Param
template
template

The current WordTemplate object calling SetRepeatBlock

...