IApplicationAddDocument Method |
Display the document dialog with given document
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddDocument(
string i_FilePath,
bool i_RemoveOriginal,
int i_ContactId = 0,
int i_PersonId = 0,
int i_ProjectId = 0
)
Sub AddDocument (
i_FilePath As String,
i_RemoveOriginal As Boolean,
Optional i_ContactId As Integer = 0,
Optional i_PersonId As Integer = 0,
Optional i_ProjectId As Integer = 0
)
Dim instance As IApplication
Dim i_FilePath As String
Dim i_RemoveOriginal As Boolean
Dim i_ContactId As Integer
Dim i_PersonId As Integer
Dim i_ProjectId As Integer
instance.AddDocument(i_FilePath, i_RemoveOriginal,
i_ContactId, i_PersonId, i_ProjectId)
void AddDocument(
[InAttribute] String^ i_FilePath,
[InAttribute] bool i_RemoveOriginal,
[InAttribute] int i_ContactId = 0,
[InAttribute] int i_PersonId = 0,
[InAttribute] int i_ProjectId = 0
)
Parameters
- i_FilePath
- Type: SystemString
- i_RemoveOriginal
- Type: SystemBoolean
- i_ContactId (Optional)
- Type: SystemInt32
- i_PersonId (Optional)
- Type: SystemInt32
- i_ProjectId (Optional)
- Type: SystemInt32
See Also