M-Files API 23.11.13135.0
FindPropertyFolderLocationInView Method
VaultViewOperations Object : FindPropertyFolderLocationInView Method
The view ID of the target view object.
A collection of typed values identifying the target property folder. The order of the typed values must match the hierarchy levels of the view.
Description
Gets the locations of a property folder in a view.
Syntax
Visual Basic
Public Function FindPropertyFolderLocationInView( _
   ByVal View As Long, _
   ByVal PropertyFolders As TypedValues _
) As String
Parameters
View
The view ID of the target view object.
PropertyFolders
A collection of typed values identifying the target property folder. The order of the typed values must match the hierarchy levels of the view.
Return Type
This function returns the full path representing the target property folder (e.g., M:\Sample Vault\1. Documents\By Customer and Class\CBH International\Sales Invoice\). An error is raised if the target property folder does not exist.
Remarks

This method is available only if M-Files API is used in the client interface mode.

See Also

VaultViewOperations Object  | VaultViewOperations Members