M-Files API 23.11.13135.0
FindObjectVersionAndProperties Method
MFilesClientApplication Object : FindObjectVersionAndProperties Method
An absolute path to a file or object in M-Files.
Description
Gets an object based on the specified path.
Syntax
Visual Basic
Public Function FindObjectVersionAndProperties( _
   ByVal Path As String, _
   Optional ByVal UpdateFromServer As Boolean = False _
) As ObjectVersionAndProperties
Parameters
Path
An absolute path to a file or object in M-Files.
UpdateFromServer
Return Type
The ObjectVersionAndProperties object that contains information on the object reference by the given path.
Remarks

The file name must be encoded with the object ID. The object ID is automatically appended to the file name if the object is opened from M-Files (e.g., M:\Sample\1. Documents\By Class\Application\Document Template for Word (ID 84).doc).

See Also

MFilesClientApplication Object  | MFilesClientApplication Members