IDatabaseGetDocumentFromPath Method |
Find out if a given document is archived in SuperOffice. Returns the corresponding document object or NULL if no docplugin can recognize the path.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIDocument GetDocumentFromPath(
string i_FilePath
)
Function GetDocumentFromPath (
i_FilePath As String
) As IDocument
Dim instance As IDatabase
Dim i_FilePath As String
Dim returnValue As IDocument
returnValue = instance.GetDocumentFromPath(i_FilePath)
IDocument^ GetDocumentFromPath(
[InAttribute] String^ i_FilePath
)
Parameters
- i_FilePath
- Type: SystemString
Return Value
Type:
IDocument
See Also