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

...

Signature
vb.net
vb.net
Public Sub SetMailMerge(ByVal dataSource As System.Collections.ICollection)
Parameters
Param
dataSource
dataSource

An ICollection to use as the data source.

...


Exceptions
Exception
ArgumentNullException
ArgumentNullException

Save will throw this exception if null (C#) or Nothing (VB.NET) is passed to the method.

...