Click or drag to resize

PFWordFormGeneratorSyncFile2 Method

Creates or upadtes a WordForm instance for a PFFile, depending on the PFFile.WordFormStatus property. Won't synchronize if property is set to unknown, unapplicable or empty.

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 byte[] SyncFile2(
	PFFile instanceOrTemplateFile,
	bool autoUpdateTemplate = false
)

Parameters

instanceOrTemplateFile
Type: Packflow.CorePFFile
The file to synchronize
autoUpdateTemplate (Optional)
Type: SystemBoolean
In case an instance is created, and the template (original PFFile) has to be update, shall this function save the original PFFile for you ?

Return Value

Type: Byte
A byte array of the instance content.
See Also