Click or drag to resize

PFWordFormGeneratorRefreshInstance Method (PFFile, MicaContentDataSet, PFQuickPartsSourceInfo)

Refreshes an Office 2010 WordForm instance document based on given dataSource.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public MemoryStream RefreshInstance(
	PFFile instanceFile,
	MicaContentDataSet dataSource,
	PFQuickPartsSourceInfo sourceInfo
)

Parameters

instanceFile
Type: Packflow.CorePFFile
The instance file.
dataSource
Type: MicaSystems.Utils.DataSetMicaContentDataSet
The data source.
sourceInfo
Type: Packflow.CorePFQuickPartsSourceInfo
The source information.

Return Value

Type: MemoryStream
Exceptions
ExceptionCondition
ArgumentExceptionInvalid Extension: WordForm needs .docx or .docm files
See Also