M-Files API 23.11.13135.0
GetPropertyValuesOfPath Method
VaultViewOperations Object : GetPropertyValuesOfPath Method
The path from which to extract property values (for instance "1. Documents\By Customer\A&A Consulting").
The object type for which the properties are retrieved.
Description
Extracts as many property values from the given path string as possible for the purposes of prefilling metadata when creating new objects of the specified type. May return zero or more property values. Does not fail if the path no longer exists.
Syntax
Visual Basic
Public Function GetPropertyValuesOfPath( _
   ByVal Path As String, _
   ByVal ObjectType As Long _
) As PropertyValues
Parameters
Path
The path from which to extract property values (for instance "1. Documents\By Customer\A&A Consulting").
ObjectType
The object type for which the properties are retrieved.
Remarks
This method is available only if M-Files API is used in the client interface mode.
See Also

VaultViewOperations Object  | VaultViewOperations Members