IDocumentReplaceFile Method |
ReplaceFile - archive the file provided and update record if necessary, or replace contents of existing file with same name, or
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid ReplaceFile(
string bstrFilePath,
bool deleteFilePath = false
)
Sub ReplaceFile (
bstrFilePath As String,
Optional deleteFilePath As Boolean = false
)
Dim instance As IDocument
Dim bstrFilePath As String
Dim deleteFilePath As Boolean
instance.ReplaceFile(bstrFilePath, deleteFilePath)
void ReplaceFile(
[InAttribute] String^ bstrFilePath,
[InAttribute] bool deleteFilePath = false
)
Parameters
- bstrFilePath
- Type: SystemString
- deleteFilePath (Optional)
- Type: SystemBoolean
See Also