Click or drag to resize

IDocumentGenerateDocumentFile Method

GenerateDocumentFile - copies the template and substitutes the given contact/person/project values. Returns false on failure.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void GenerateDocumentFile(
	bool createMergeDraft = false,
	string templateFilePath = "",
	string outputFilePath = ""
)

Parameters

createMergeDraft (Optional)
Type: SystemBoolean
templateFilePath (Optional)
Type: SystemString
outputFilePath (Optional)
Type: SystemString
See Also