Click or drag to resize

IApplicationAddDocumentObject Method

Display the document dialog with given document - the document object does not have to be saved first

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void AddDocumentObject(
	string i_Path,
	bool i_RemoveOriginal,
	IDocument i_pDoc
)

Parameters

i_Path
Type: SystemString
i_RemoveOriginal
Type: SystemBoolean
i_pDoc
Type: SuperOffice.COM.ApplicationIDocument
See Also