Click or drag to resize

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
Syntax
IDocument GetDocumentFromPath(
	string i_FilePath
)

Parameters

i_FilePath
Type: SystemString

Return Value

Type: IDocument
See Also