IDocumentGetFileCopy Method |
make a copy of the file and return the path
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring GetFileCopy(
string bstrTargetPath = ""
)
Function GetFileCopy (
Optional bstrTargetPath As String = ""
) As String
Dim instance As IDocument
Dim bstrTargetPath As String
Dim returnValue As String
returnValue = instance.GetFileCopy(bstrTargetPath)
String^ GetFileCopy(
[InAttribute] String^ bstrTargetPath = L""
)
Parameters
- bstrTargetPath (Optional)
- Type: SystemString
Return Value
Type:
String
See Also