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
Syntaxvoid AddDocumentObject(
string i_Path,
bool i_RemoveOriginal,
IDocument i_pDoc
)
Sub AddDocumentObject (
i_Path As String,
i_RemoveOriginal As Boolean,
i_pDoc As IDocument
)
Dim instance As IApplication
Dim i_Path As String
Dim i_RemoveOriginal As Boolean
Dim i_pDoc As IDocument
instance.AddDocumentObject(i_Path, i_RemoveOriginal,
i_pDoc)
void AddDocumentObject(
[InAttribute] String^ i_Path,
[InAttribute] bool i_RemoveOriginal,
[InAttribute] IDocument^ i_pDoc
)
Parameters
- i_Path
- Type: SystemString
- i_RemoveOriginal
- Type: SystemBoolean
- i_pDoc
- Type: SuperOffice.COM.ApplicationIDocument
See Also