Click or drag to resize

DatabaseClassGetDocumentFromPath 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.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual SODocument GetDocumentFromPath(
	string i_FilePath
)

Parameters

i_FilePath
Type: SystemString

Return Value

Type: SODocument

Implements

IDatabaseGetDocumentFromPath(String)
See Also