M-Files API 23.11.13135.0
GetMFilesURLForView Method
VaultViewOperations Object : GetMFilesURLForView Method

Identifies a property folder within the view which the URL will open. If SimpleURL is True then only lookup based typed values are allowed.

In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.

When False the typed values representing the property folders are encoded. Allows specifying an arbitrary property folder within the view.
Description
Gets an M-Files URL for a view.
Syntax
Visual Basic
Public Function GetMFilesURLForView( _
   ByVal ViewID As Long, _
   Optional ByVal PropertyFolders As TypedValues = 0, _
   Optional ByVal SimpleURL As Boolean = True _
) As String
Parameters
ViewID
PropertyFolders

Identifies a property folder within the view which the URL will open. If SimpleURL is True then only lookup based typed values are allowed.

In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.

SimpleURL
When False the typed values representing the property folders are encoded. Allows specifying an arbitrary property folder within the view.
See Also

VaultViewOperations Object  | VaultViewOperations Members