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
Syntaxvoid GenerateDocumentFile(
bool createMergeDraft = false,
string templateFilePath = "",
string outputFilePath = ""
)
Sub GenerateDocumentFile (
Optional createMergeDraft As Boolean = false,
Optional templateFilePath As String = "",
Optional outputFilePath As String = ""
)
Dim instance As IDocument
Dim createMergeDraft As Boolean
Dim templateFilePath As String
Dim outputFilePath As String
instance.GenerateDocumentFile(createMergeDraft,
templateFilePath, outputFilePath)
void GenerateDocumentFile(
[InAttribute] bool createMergeDraft = false,
[InAttribute] String^ templateFilePath = L"",
[InAttribute] String^ outputFilePath = L""
)
Parameters
- createMergeDraft (Optional)
- Type: SystemBoolean
- templateFilePath (Optional)
- Type: SystemString
- outputFilePath (Optional)
- Type: SystemString
See Also